Functionsยง
- hamming_
iter - Iterates over all
bits
width numbers in hamming weight order and sub-ordered by numerical order. Asserts thatbits < 64
. - hamming_
weight_ iter - Iterate over all 64-bit integers with
bits
width numbers in hamming weight order and
sub-ordered by numerical order. Asserts that bits < 64
.