Module stack_vec

Module stack_vec 

Source
Expand description

A stack-allocated vector with a fixed capacity.

Structsยง

IntoIter
Owning iterator for StackVec: supports double-ended iteration and is exact-size.
StackVec
A stack-allocated vector with a fixed capacity.