Type Definition rbitset::BitSet8

source · []
pub type BitSet8 = BitSet<u8, 1>;
Expand description

A bit set able to hold up to 8 elements.