Type Definition charts::prelude::alloc::SVec64

source · []
pub type SVec64<T> = SmallVec<[T; 64]>;
Expand description

Alias type for SmallVec of max stack-size 64.