Skip to main content

DataRef

Type Alias DataRef 

Source
pub type DataRef<'a, const NBITS: usize> = VectorRef<'a, NBITS, Unsigned, DataMeta>;
Expand description

A borrowed ComptensatedVector.

Aliased Typeยง

pub struct DataRef<'a, const NBITS: usize> { /* private fields */ }