Type Alias SmallArray16

Source
pub type SmallArray16<T, A = GlobalAllocator> = SmallArray<[T; 16], A>;

Aliased Typeยง

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