Type Alias SmallArray128

Source
pub type SmallArray128<T, A = GlobalAllocator> = SmallArray<[T; 128], A>;

Aliased Typeยง

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