pub type BitVector<N> = Bitfield<Fixed<N>>;
A heap-allocated, ordered, fixed-length collection of bool values, with N bits.
bool
N
See Bitfield documentation.
pub struct BitVector<N> { /* private fields */ }