BitSet32

Type Alias BitSet32 

Source
pub type BitSet32 = BitSet<u32, 1>;
Expand description

A bit set able to hold up to 32 elements.

Aliased Typeยง

pub struct BitSet32 { /* private fields */ }