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).
- OneBit
Index Iterator - An iterator through the one (set) bit indexes of a bitvector.
- Zero
BitIndex Iterator - An iterator through the zero (unset) bit indexes of a bitvector.