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.
Bit manipulation helpers.