[][src]Function storage_proofs::util::bits_to_bytes

pub fn bits_to_bytes(bits: &[bool]) -> Vec<u8>

Converts a slice of bools into their byte representation, in little endian.