Expand description
A collection of DenseMap
s.
Defines DenseMapCollection
, which is a generic map collection that can be
keyed on DenseMapCollectionKey
, which is a two-level key structure.
Structs§
- Dense
MapCollection - A generic collection indexed by a
DenseMapCollectionKey
. - Occupied
Entry - An occupied entry from a
DenseMapCollection
. - Vacant
Entry - A vacant entry from a
DenseMapCollection
.
Enums§
- Entry
- A view into an in-place entry in a map that can be vacant or occupied.
Traits§
- Dense
MapCollection Key - A key that can index items in
DenseMapCollection
.