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