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§
DenseIndexMapspecialized to theArcFamily.DenseIndexMapspecialized to theRcFamily.DenseIndexMapspecialized to theRefFamily.SparseIndexMapspecialized to theArcFamily.SparseIndexMapspecialized to theRcFamily.SparseIndexMapspecialized to theRefFamily.