pub type TinyVec<T> = SmallVec<[T; 4]>;
A small vector optimized for holding 0-4 elements inline.
pub struct TinyVec<T> { /* private fields */ }