pub type DataRef<'a, const NBITS: usize> = VectorRef<'a, NBITS, Unsigned, DataMeta>;
A borrowed ComptensatedVector.
ComptensatedVector
pub struct DataRef<'a, const NBITS: usize> { /* private fields */ }