Function to_bits

Source
pub fn to_bits<N: Into<u64>, const NBITS: usize>(number: N) -> [bool; NBITS]