Module vec

Module vec 

Source
Expand description

Inline vector

Structsยง

InlineVec
A wrapper around a Vec<T> that lives on the stack if it is small enough.
InlineVecIter
An iterator over the elements stored in an InlineVec