38 template <
typename alphabet_t>
40 requires writable_alphabet<alphabet_t>
55 constexpr
bool is_gapped_alphabet =
false;
60 constexpr
bool is_gapped_alphabet<gapped<t>> =
true;
A combined alphabet that can hold values of either of its alternatives.
Definition: alphabet_variant.hpp:129
Provides seqan3::alphabet_variant.
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:36