[ Version ( since = "0.13.0" ) ]
public BooleanArray xor (BooleanArray right) throws Error
| this |
A left hand side BooleanArray. |
| right |
A right hand side BooleanArray. |
|
The element-wise XOR operated boolean array. It should be freed with unref when no longer needed. |