[][src]Function hamming_iter::hamming_iter

pub fn hamming_iter(
    bits: u32
) -> impl Iterator<Item = u64>

Iterates over all bits width numbers in hamming weight order and sub-ordered by numerical order. Asserts that bits < 64.