Module slotmap::sparse_secondary
source · Expand description
Contains the sparse secondary map implementation.
Structs§
- A draining iterator for
SparseSecondaryMap
. - An iterator that moves key-value pairs out of a
SparseSecondaryMap
. - An iterator over the key-value pairs in a
SparseSecondaryMap
. - A mutable iterator over the key-value pairs in a
SparseSecondaryMap
. - An iterator over the keys in a
SparseSecondaryMap
. - A view into a occupied entry in a
SparseSecondaryMap
. It is part of theEntry
enum. - Sparse secondary map, associate data with previously stored elements in a slot map.
- A view into a vacant entry in a
SparseSecondaryMap
. It is part of theEntry
enum. - An iterator over the values in a
SparseSecondaryMap
. - A mutable iterator over the values in a
SparseSecondaryMap
.
Enums§
- A view into a single entry in a
SparseSecondaryMap
, which may either be vacant or occupied.