BitArray.opOpAssign

Support for operator -= for bit arrays.

a -= b for BitArrays means the same thing as a &= ~b.

Meta