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