pub type BitVectorDynamic = Bitfield<Dynamic>;
A heap-allocated, ordered collection of bool values with a length set at runtime.
bool
pub struct BitVectorDynamic { /* private fields */ }