19#include <bio/alphabet/detail/to_lower.hpp>
68inline auto const to_lower =
deep{std::views::transform(&bio::alphabet::detail::to_lower)};
Core alphabet concept and free function/type trait wrappers.
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view.
Definition: deep.hpp:104
Provides bio::views::deep.
auto const to_lower
A view that converts each element to lower case.
Definition: to_lower.hpp:68
The BioC++ namespace for views.