68template <
typename alphabet_type>
69 requires alphabet::writable_semialphabet<alphabet_type>
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.
decltype(bio::alphabet::to_rank(std::declval< semi_alphabet_type >())) rank_t
The rank_type of the semi-alphabet; defined as the return type of bio::alphabet::to_rank.
Definition: concept.hpp:90
constexpr auto assign_rank_to
Assign a rank to an alphabet object.
Definition: concept.hpp:138
auto const rank_to
A view over an alphabet, given a range of ranks.
Definition: rank_to.hpp:70
The BioC++ namespace for views.