Expand description
Contains the dense slot map implementation.
Structs§
- Dense
Slot Map - Dense slot map, storage with stable unique keys.
- Drain
- A draining iterator for
DenseSlotMap
. - Into
Iter - An iterator that moves key-value pairs out of a
DenseSlotMap
. - Iter
- An iterator over the key-value pairs in a
DenseSlotMap
. - IterMut
- A mutable iterator over the key-value pairs in a
DenseSlotMap
. - Keys
- An iterator over the keys in a
DenseSlotMap
. - Values
- An iterator over the values in a
DenseSlotMap
. - Values
Mut - A mutable iterator over the values in a
DenseSlotMap
.