Module collection

Source
Expand description

A collection of DenseMaps.

Defines DenseMapCollection, which is a generic map collection that can be keyed on DenseMapCollectionKey, which is a two-level key structure.

Structs§

DenseMapCollection
A generic collection indexed by a DenseMapCollectionKey.
OccupiedEntry
An occupied entry from a DenseMapCollection.
VacantEntry
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§

DenseMapCollectionKey
A key that can index items in DenseMapCollection.