Function bits_iter

Source
pub fn bits_iter<N: Into<u64>, const NBITS: usize>(
    number: N,
) -> impl Iterator<Item = bool>