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