Module bit_vec

Source
Expand description

A minimalistic dynamically sized compact bit vector with a fixed block size of 64 bits.

Only a very limited set of operations are supported.

Structsยง

BitVec
A dynamically sized compact bit vector with a fixed block size of 64 bits.
Blocks
An iterator over the blocks of a BitVec.