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 DenseIndexMap
specialized to theArcFamily
.- Dense
RcIndex Map DenseIndexMap
specialized to theRcFamily
.- Dense
RefIndex Map DenseIndexMap
specialized to theRefFamily
.- Sparse
ArcIndex Map SparseIndexMap
specialized to theArcFamily
.- Sparse
RcIndex Map SparseIndexMap
specialized to theRcFamily
.- Sparse
RefIndex Map SparseIndexMap
specialized to theRefFamily
.