pub type StackVec<T> = SmallVec<[T; 64]>;Expand description
A stack-allocated buffer.
Aliased Type§
pub struct StackVec<T> { /* private fields */ }pub type StackVec<T> = SmallVec<[T; 64]>;A stack-allocated buffer.
pub struct StackVec<T> { /* private fields */ }