SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
|
A concept that checks whether a range is non-recursive. More...
#include <seqan3/core/debug_stream/range.hpp>
A concept that checks whether a range is non-recursive.
A range is considered non-recursive if it is itself a range whose reference type is not the range type itself.
rng_t | The type to check. |