[][src]Module retriever::bits

Module that implements a sparse, compact Bitset implementation.

Structs

Bitfield

A bitset consisting of size_of() consecutive bits that are also size_of() aligned.

BitfieldIter

An iterator over a Bitfield.

Bitset

A sparse bitset.

BitsetIter

An iterator over a Bitset.