Module bitmask

Source

Structs§

BitMask

Functions§

nth_set_bit_u32
Returns the nth set bit in w, if n+1 bits are set. The indexing is zero-based, nth_set_bit_u32(w, 0) returns the least significant set bit in w.