22namespace seqan3::detail
31template <
typename in_t,
typename out_t>
32 requires convertable_to_through_char_representation<in_t, out_t>
39 for (
auto i =
decltype(alphabet_size<in_t>){0}; i < alphabet_size<in_t>; ++i)
Provides alphabet helper concepts.
constexpr auto assign_char_to
Assign a character to an alphabet object.
Definition alphabet/concept.hpp:517
constexpr auto to_char
Return the char representation of an alphabet object.
Definition alphabet/concept.hpp:381
constexpr auto assign_rank_to
Assign a rank to an alphabet object.
Definition alphabet/concept.hpp:288