Function: COMMON-LISP:BIT-NOT

package type clhs github

Performs a bit-wise logical NOT on the elements of BIT-ARRAY, putting the results in RESULT-BIT-ARRAY. If RESULT-BIT-ARRAY is T, BIT-ARRAY is used. If RESULT-BIT-ARRAY is NIL or omitted, a new array is created. Both arrays must have the same rank and dimensions.

Lambda list

(sb-vm::bit-array &optional sb-vm::result-bit-array)