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