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