pub fn pack_bits(bits: &[bool]) -> Vec<u8>
Expand description

Pack a bit slice into bytes.