pub type SmallArray2<T, A = GlobalAllocator> = SmallArray<[T; 2], A>;
Aliased Typeยง
pub struct SmallArray2<T, A = GlobalAllocator> { /* private fields */ }
pub type SmallArray2<T, A = GlobalAllocator> = SmallArray<[T; 2], A>;
pub struct SmallArray2<T, A = GlobalAllocator> { /* private fields */ }