pub trait Set: Copy + Clone + Default + Eq + PartialEq + Debug + Hash { const N: usize; }
The main trait represents a bitset.
Integer representation of the bitset.