SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
|
A printer for integer sequences. More...
#include <seqan3/core/debug_stream/range.hpp>
A printer for integer sequences.
This struct provides a printer for integer sequences. The integer sequence must be an input range and the range reference type must model std::integral concept.
integer_sequence_t | The type of the integer sequence. |