pub type Sorted<Iter, const ALLOW_DUPLICATES: bool> = Sigma<Iter, SortedInvariant<Iter, ALLOW_DUPLICATES>>;Expand description
Iterable data structure guaranteed to be sorted (optionally with or without duplicates).
Aliased Type§
struct Sorted<Iter, const ALLOW_DUPLICATES: bool> { /* private fields */ }