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