22template <
typename alphabet_t>
34 size_t operator()(alphabet_t
const character)
const noexcept
Meta-header for the Alphabet / Adaptation submodule .
constexpr auto to_rank
Return the rank representation of a (semi-)alphabet object.
Definition alphabet/concept.hpp:152
The basis for seqan3::alphabet, but requires only rank interface (not char).
SeqAn specific customisations in the standard namespace.
size_t operator()(alphabet_t const character) const noexcept
Compute the hash for a character.
Definition hash.hpp:34