Type Definition new_units::IndexTo

source ·
pub type IndexTo<Marker, IndexType = usize> = Unit<IndexType, [Marker; 0]>;
Expand description

IndexTo<Cars> indexes Vec<_, Cars>.