Type Alias ssz_types::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§

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