[][src]Module bitvec::store

Bit management

The BitStore trait defines constants and associated functions suitable for managing the bit patterns of a fundamental, and is the constraint for the storage type of the data structures of the rest of the crate.

The other types in this module provide stronger rules about how indices map to concrete bits in fundamental elements. They are implementation details, and are not exported in the prelude.

Traits

BitStore

Generalizes over the fundamental types for use in bitvec data structures.