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