Type Alias SmallArray4

Source
pub type SmallArray4<T, A = GlobalAllocator> = SmallArray<[T; 4], A>;

Aliased Typeยง

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