BitVectorDynamic

Type Alias BitVectorDynamic 

Source
pub type BitVectorDynamic = Bitfield<Dynamic>;
Expand description

A heap-allocated, ordered collection of bool values with a length set at runtime.

Aliased Typeยง

pub struct BitVectorDynamic { /* private fields */ }