Expand description
Types for iterating over packed bitmasks
Structs§
- BitIndex
Iterator - An iterator of
usize
whose index in a provided bitmask is true - BitIterator
- Iterator over the bits within a packed bitmask
- BitSlice
Iterator - Iterator of contiguous ranges of set bits within a provided packed bitmask
Functions§
- try_
for_ each_ valid_ idx - Calls the provided closure for each index in the provided null mask that is set, using an adaptive strategy based on the null count