[][src]Function simple8b::pack

pub fn pack(data: &[u64], result: &mut u64) -> Result<usize, &'static str>

Pack as many values from data into a single u64 All values of data must be smaller than 2^60 Returns the number of values in result or an error if a value is too large