Expand description
A densely packed map.
Defines the DenseMap
data structure: A generic mapped container keyed by
an internally managed pool of identifiers kept densely packed.
Modules§
- A collection of
DenseMap
s.
Structs§
- A generic container for
T
keyed by densely packed integers. - An iterator over the keys and values stored in an
DenseMap
. - An iterator over the keys and values stored in an
DenseMap
. - An iterator over the keys and values stored in an
DenseMap
. - An iterator over the keys and mutable values stored in an
DenseMap
. - A view into an occupied entry in a map. It is part of the
Entry
enum. - A view into a vacant entry in a map. It is part of the
Entry
enum.
Enums§
- A view into an in-place entry in a map that can be vacant or occupied.
Traits§
- A key providing an index into an
DenseMap
.
Type Aliases§
DenseMap
s useusize
s for keys.