Module bit

Source
Expand description

Bit manipulation helpers.

Structs§

BitIterator
Iterator which yields all the set or unset bits in a provided number.

Functions§

bitwise_count8
Computes the population count for each bit position across 8 input masks.