Module bits

Source
Expand description

Type to represent bits, and basic count/rank/select functions for it.

Structsยง

BitIterator
An iterator through individual bits of a bitvector.
Bits
A bitvector stored as a sequence of bytes (most significant bit first).
OneBitIndexIterator
An iterator through the one (set) bit indexes of a bitvector.
ZeroBitIndexIterator
An iterator through the zero (unset) bit indexes of a bitvector.