Structs§
- BitVector
- This is a space-efficient, resizeable bitvector class. In the common case it occupies one word, but if necessary, it will inflate this one word to point to a single chunk of out-of-line allocated storage to store an arbitrary number of bits.
- BitVector
Iter - A simple iterator over the set bits in a
BitVector
.