[][src]Module succinct::bit_vec

Bit vector interfaces and implementations.

Structs

BitSlice

A borrowed slice of a bit vector.

BitSliceMut

A borrowed, mutable slice of a bit vector.

BitVector

Uncompressed vector of bits.

Iter

Iterator over BitVector.

Traits

BitVec

Read-only bit vector operations.

BitVecMut

Mutable bit vector operations that don’t affect the length.

BitVecPush

Bit vector operations that change the length.

IntoRange

Range polymorphism support.