pub type BitList<N> = Bitfield<Variable<N>>;
A heap-allocated, ordered, variable-length collection of bool values, limited to N bits.
bool
N
struct BitList<N> { /* private fields */ }