Function storage_proofs_core::util::bits_to_bytes[][src]

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

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