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