Expand description
An ordered map based on a binary search tree.
Structs§
- Into
Iter - An iterator that consumes the map.
- Iter
- An iterator over the map’s entries with immutable references to the values.
- IterMut
- An iterator over the map’s entries with mutable references to the values.
- Map
- An ordered map based on a binary search tree.
- Occupied
Entry - An occupied entry.
- Vacant
Entry - A vacant entry.
Enums§
- Entry
- An entry in the map.