pub type BitSet32 = BitSet<[u32; 1]>;
A bit set able to hold up to 32 elements
pub struct BitSet32 { /* private fields */ }