SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
|
Refines seqan3::alphabet and adds assignability. More...
#include <seqan3/alphabet/concept.hpp>
Refines seqan3::alphabet and adds assignability.
This concept refines seqan3::alphabet and seqan3::writable_semialphabet and adds the requirement to be able to change the value by assigning a value of the character representation.
For a detailed overview of how the different alphabet concepts are related, see Alphabet module.
t
shall model seqan3::alphabett
shall model seqan3::writable_semialphabett
See the documentation pages for the respective requirements.
If a given type t
models this concept, the following types typically do so, as well:
t &
const
-qualified types on the other hand are not assignable.
Types that model the concept (and all refinements) can be serialised via SeqAn serialisation support. The rank value is (de-)serialised, types need not provide any overloads themselves.