Function compress

Source
pub fn compress<T: Simple16>(
    values: &[T],
    out: &mut Vec<u8>,
) -> Result<(), ValueOutOfRange>
Expand description

Write the data set as little-endian integers in simple 16 format into an array of bytes