Type Definition rbitset::BitSet32

source · []
pub type BitSet32 = BitSet<u32, 1>;
Expand description

A bit set able to hold up to 32 elements