Function monotree::utils::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.