pub type DataMutRef<'a, const NBITS: usize> = VectorMut<'a, NBITS, Unsigned, MinMaxCompensation, Dense>;Expand description
A mutable borrowed Data vector
See: meta::Vector.
Aliased Typeยง
pub struct DataMutRef<'a, const NBITS: usize> { /* private fields */ }