Expand description
Types that maintain a given invariant.
Structs§
- Type that maintains a given invariant.
- Ensure that an iterable data structure is sorted (optionally with or without duplicates).
Enums§
- Some elements in a supposedly sorted iterator were not sorted.
Traits§
- Function-like type that checks an invariant and optionally provides an error message.
Type Aliases§
- Iterable data structure guaranteed to be sorted (optionally with or without duplicates).