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