pub type CompensatedVector<const NBITS: usize, Perm = Dense> = Vector<NBITS, Unsigned, Compensation, Perm>;Expand description
An owning CompensatedVector.
See: meta::Vector.
Aliased Typeยง
pub struct CompensatedVector<const NBITS: usize, Perm = Dense> { /* private fields */ }