SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
sequence Interface Reference

The generic concept for a sequence. More...

#include <seqan3/range/concept.hpp>

+ Inheritance diagram for sequence:

Detailed Description

The generic concept for a sequence.

We define a range over an seqan3::alphabet as a sequence. A type models seqan3::sequence if it is at least an std::ranges::input_range and its references type models seqan3::alphabet.

Concepts and doxygen

The requirements for this concept are given as related functions and type traits. Types that model this concept are shown as "implementing this interface".


The documentation for this interface was generated from the following file: