Type Definition rbitset::BitSet16

source · []
pub type BitSet16 = BitSet<u16, 1>;
Expand description

A bit set able to hold up to 16 elements.