Expand description
Ordered collections that guarantee sorted, deduplicated items.
Structs§
- BiMap
- An ordered, deduplicated collection of key-value pairs with unique values.
- Map
- An ordered, deduplicated collection of key-value pairs.
- MapInto
Iter - An iterator over owned key-value pairs.
- Set
- An ordered, deduplicated collection of items.
Enums§
- Error
- Errors that can occur when interacting with ordered collections.