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