36template <
typename alphabet_t>
42namespace seqan3::detail
51constexpr bool is_gapped_alphabet =
false;
56constexpr bool is_gapped_alphabet<gapped<t>> =
true;
Provides seqan3::alphabet_variant.
A combined alphabet that can hold values of either of its alternatives..
Definition alphabet_variant.hpp:127
Refines seqan3::alphabet and adds assignability.
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26