Skip to main content

SmallVec8

Type Alias SmallVec8 

Source
pub type SmallVec8<T> = SmallVec<[T; 8]>;
Expand description

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

Aliased Typeยง

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