Type Definition charts::prelude::alloc::SVec8

source · []
pub type SVec8<T> = SmallVec<[T; 8]>;
Expand description

Alias type for SmallVec of max stack-size 8.