Skip to main content

TinyVec

Type Alias TinyVec 

Source
pub type TinyVec<T> = SmallVec<[T; 4]>;
Expand description

A small vector optimized for holding 0-4 elements inline.

Aliased Typeยง

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