Module dense

Source
Expand description

Contains the dense slot map implementation.

Structs§

DenseSlotMap
Dense slot map, storage with stable unique keys.
Drain
A draining iterator for DenseSlotMap.
IntoIter
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.
ValuesMut
A mutable iterator over the values in a DenseSlotMap.