Expand description
Vector-like collection for indexed keys.
Structs§
- Index
Vec - A fixed-sized vector with one value for each key in the domain.
Type Aliases§
- ArcIndex
Vec IndexVec
specialized to theArcFamily
.- RcIndex
Vec IndexVec
specialized to theRcFamily
.- RefIndex
Vec IndexVec
specialized to theRefFamily
.