Type Alias SmallArray24

Source
pub type SmallArray24<T, A = GlobalAllocator> = SmallArray<[T; 24], A>;

Aliased Typeยง

pub struct SmallArray24<T, A = GlobalAllocator> { /* private fields */ }