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