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