Expand description
Map-like collections for indexed keys.
Structs§
- Dense
Index Map - A mapping from indexed keys to values, implemented densely with a vector.
- Sparse
Index Map - A mapping from indexed keys to values, implemented sparsely with a hash map.
Type Aliases§
- Dense
ArcIndex Map DenseIndexMapspecialized to theArcFamily.- Dense
RcIndex Map DenseIndexMapspecialized to theRcFamily.- Dense
RefIndex Map DenseIndexMapspecialized to theRefFamily.- Sparse
ArcIndex Map SparseIndexMapspecialized to theArcFamily.- Sparse
RcIndex Map SparseIndexMapspecialized to theRcFamily.- Sparse
RefIndex Map SparseIndexMapspecialized to theRefFamily.