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 IndexVecspecialized to theArcFamily.- RcIndex
Vec IndexVecspecialized to theRcFamily.- RefIndex
Vec IndexVecspecialized to theRefFamily.