pub type BitSet128 = BitSet<u64, 2>;
A bit set able to hold up to 128 elements.
pub struct BitSet128 { /* private fields */ }