Skip to main content

Data

Type Alias Data 

Source
pub type Data<const NBITS: usize> = Vector<NBITS, Unsigned, MinMaxCompensation, Dense>;
Expand description

An owning compressed data vector

See: meta::Vector.

Aliased Typeยง

pub struct Data<const NBITS: usize> { /* private fields */ }