Function: COMMON-LISP:BIT-XOR¶
Perform a bit-wise LOGXOR on the elements of BIT-ARRAY-1 and BIT-ARRAY-2, putting the results in RESULT-BIT-ARRAY. If RESULT-BIT-ARRAY is T, BIT-ARRAY-1 is used. If RESULT-BIT-ARRAY is NIL or omitted, a new array is created. All the arrays must have the same rank and dimensions.
Lambda list¶
(sb-vm::bit-array-1 sb-vm::bit-array-2 &optional sb-vm::result-bit-array)