Type Definition charts::prelude::alloc::SVec16

source · []
pub type SVec16<T> = SmallVec<[T; 16]>;
Expand description

Alias type for SmallVec of max stack-size 16.