pub fn bits_to_bytes(bits: &[bool]) -> Vec<u8> ⓘ
Convert bits, Vec slice of bool into bytes, Vec<u8>.
bool
Vec<u8>