68template <alphabet alphabet_type>
Core alphabet concept and free function/type trait wrappers.
Provides seqan3::views::char_to.
auto const char_strictly_to
A view over an alphabet, given a range of characters.
Definition char_strictly_to.hpp:69
auto const validate_char_for
An identity view that throws if an encountered character is not valid for the given alphabet.
Definition validate_char_for.hpp:70
auto const char_to
A view over an alphabet, given a range of characters.
Definition char_to.hpp:64
The SeqAn namespace for views.
Definition char_strictly_to.hpp:19
Provides seqan3::views::validate_char_for.