std::collections::bitset {SIZE}

and

fn BitSet BitSet.and(&self, BitSet set) @operator(&)
Perform & over all bits, returning a new bit set.

Parameters