BitArray.opBinary

Support for binary operator - for bit arrays.

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

Meta