pub type BitSet16 = BitSet<u16, 1>;
A bit set able to hold up to 16 elements.
pub struct BitSet16 { /* private fields */ }