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