Type Alias SmallArray8

Source
pub type SmallArray8<T, A = GlobalAllocator> = SmallArray<[T; 8], A>;

Aliased Typeยง

pub struct SmallArray8<T, A = GlobalAllocator> { /* private fields */ }