Module probabilistic_collections::bit_array_vec[][src]

Growable list of bit arrays.

Structs

BitArrayVec

A growable list of bit arrays implemented using a Vec<u8>.

BitArrayVecIntoIter

An iterator for BitArrayVec.

BitArrayVecIter

An owning iterator for BitArrayVec.