Module idx_vec

Module idx_vec 

Source

Structs§

UnitVec
A type logically equivalent to Vec<T>, but which does not do a memory allocation until at least two elements have been pushed, storing the first element inside the UnitVec directly.

Enums§

IntoIter

Type Aliases§

IdxVec