Expand description
Map-like collections for indexed keys.
Structs§
- A mapping from indexed keys to values, implemented densely with a vector.
- A mapping from indexed keys to values, implemented sparsely with a hash map.
Type Aliases§
DenseIndexMap
specialized to theArcFamily
.DenseIndexMap
specialized to theRcFamily
.DenseIndexMap
specialized to theRefFamily
.SparseIndexMap
specialized to theArcFamily
.SparseIndexMap
specialized to theRcFamily
.SparseIndexMap
specialized to theRefFamily
.