SmallArray1

Type Alias SmallArray1 

Source
pub type SmallArray1<T, A = GlobalAllocator> = SmallArray<[T; 1], A>;

Aliased Typeยง

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