Type Alias SmallArray64

Source
pub type SmallArray64<T, A = GlobalAllocator> = SmallArray<[T; 64], A>;

Aliased Typeยง

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