pub fn apply<Op, S1, S2>(op: Op, s1: S1, s2: S2) -> Apply<Op, S1, S2>where Op: BitSetOp, S1: BitSetInterface, S2: BitSetInterface<Conf = <S1 as BitSetBase>::Conf>,
Creates a lazy bitset, as BitSetOp application between two bitsets.