pub type MutCompensatedVectorRef<'a, const NBITS: usize, Perm = Dense> = VectorMut<'a, NBITS, Unsigned, Compensation, Perm>;Expand description
A mutably borrowed ComptensatedVector.
See: meta::Vector.
Aliased Typeยง
pub struct MutCompensatedVectorRef<'a, const NBITS: usize, Perm = Dense> { /* private fields */ }