Module iterators

Module iterators 

Source
Expand description

Bits, SetBits, UnsetBits, and Words iterators over any BitStore.

Structsยง

Bits
An iterator over boolean values of the bits in a BitStore.
SetBits
An iterator over the index locations of any set bits in a BitStore.
UnsetBits
An iterator over the index locations of any unset bits in a BitStore.
Words
An iterator over the Unsigneds holding the bits of a BitStore.