Type Definition ctf::prelude::SVec32

source · []
pub type SVec32<T> = SmallVec<[T; 32]>;
Expand description

Alias type for SmallVec of max stack-size 32.