Skip to main content

Vector

Type Alias Vector 

Source
pub type Vector<const NBITS: usize, Repr, T, Perm = Dense> = VectorBase<NBITS, Repr, Poly<[u8], GlobalAllocator>, Owned<T>, Perm>;
Expand description

An owning VectorBase.

See: VectorBase.

Aliased Typeยง

pub struct Vector<const NBITS: usize, Repr, T, Perm = Dense> { /* private fields */ }