pub type BitSet64 = BitSet<[u64; 1]>;
A bit set able to hold up to 64 elements
pub struct BitSet64 { /* private fields */ }