Skip to main content

PolyVector

Type Alias PolyVector 

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

An owning VectorBase.

See: VectorBase.

Aliased Typeยง

pub struct PolyVector<const NBITS: usize, Repr, T, Perm, A> { /* private fields */ }