Module vec

Module vec 

Source
Expand description

Vector-like collection for indexed keys.

Structs§

IndexVec
A fixed-sized vector with one value for each key in the domain.

Type Aliases§

ArcIndexVec
IndexVec specialized to the ArcFamily.
RcIndexVec
IndexVec specialized to the RcFamily.
RefIndexVec
IndexVec specialized to the RefFamily.