Generates a new array which is the result of bitwise operation op between this array and the supplied array.
Supported are bitwise binary operation "&", "|", "^".
operation to perform
The array with which to perform the bitwise operation.
In: rhs.length must equal the length of this array.
A new array which is the result of a bitwise operation between this array and the supplied array.
See Implementation
Generates a new array which is the result of bitwise operation op between this array and the supplied array.
Supported are bitwise binary operation "&", "|", "^".