17namespace seqan3::detail
26template <
class T,
class U>
27concept weakly_equality_comparable_with =
43template <
typename t1,
typename t2>
44concept weakly_ordered_with =
67template <
typename from_t,
typename to_t>
68concept convertable_to_through_char_representation =
Core alphabet concept and free function/type trait wrappers.
The generic alphabet concept that covers most data types used in ranges.