Module indexed_map

Expand description

This module has a map which can be iterated in a deterministic order. See the IndexedMap.

Structs§

IndexedMap
A map which can be iterated in a deterministic order.
OccupiedEntry
An Entry for an existing key-value pair
Range
An iterator over a range of values in an IndexedMap
VacantEntry
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.