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§
- A generic collection indexed by a
DenseMapCollectionKey
. - An occupied entry from a
DenseMapCollection
. - A vacant entry from a
DenseMapCollection
.
Enums§
- A view into an in-place entry in a map that can be vacant or occupied.
Traits§
- A key that can index items in
DenseMapCollection
.