[][src]Module indexed_bitvec::bits

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.