BitVector

Type Alias BitVector 

Source
pub type BitVector<N> = Bitfield<Fixed<N>>;
Expand description

A heap-allocated, ordered, fixed-length collection of bool values, with N bits.

See Bitfield documentation.

Aliased Typeยง

pub struct BitVector<N> { /* private fields */ }