Module deepmesa_collections::bitvec::bitvec[][src]

Structs

BitVector

A fast contiguous growable array of bits allocated on the heap that allows storing and manipulating an arbitrary number of bits. This collection is backed by a Vector<u8> which manages the underlying memory.