Type Alias SmallArray2

Source
pub type SmallArray2<T, A = GlobalAllocator> = SmallArray<[T; 2], A>;

Aliased Typeยง

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