Module indexed_map
Expand description
This module has a map which can be iterated in a deterministic order. See the IndexedMap
.
Structs§
- Indexed
Map - A map which can be iterated in a deterministic order.
- Occupied
Entry - An
Entry
for an existing key-value pair - Range
- An iterator over a range of values in an
IndexedMap
- Vacant
Entry - An
Entry
for a key which currently has no value
Enums§
- Entry
- A mutable reference to a position in the map. This can be used to reference, add, or update the value at a fixed key.