Module indexmap_nostd::map
source · [−]Expand description
An ordered map based on a B-Tree that keeps insertion order of elements.
Structs
A b-tree map where the iteration order of the key-value pairs is independent of the ordering of the keys.
Enums
A view into a single entry in a map, which may either be vacant or occupied.