Skip to main content

DataMutRef

Type Alias DataMutRef 

Source
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 */ }