Function bits_to_usize

Source
pub fn bits_to_usize(bits: &[bool]) -> usize
Expand description

Convert a Vec slice of bit or bool into a number as usize.