SVec

Type Alias SVec 

Source
pub type SVec<T> = SmallVec<[T; 4]>;

Aliased Typeยง

pub struct SVec<T> { /* private fields */ }