SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Requires the two operands to be comparable with <
, <=
, >
and >=
in both directions.
More...
#include <seqan3/alphabet/detail/concept.hpp>
Requires the two operands to be comparable with <
, <=
, >
and >=
in both directions.
t1 | The first type to compare. |
t2 | The second type to compare. |