Crate cool_bitvector

Source

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.
BitVectorIter
A simple iterator over the set bits in a BitVector.

Functions§

find_bit_in_word