bool-vector-not

bool-vector-not is a built-in function in `C source code'.

(bool-vector-not A &optional B)

Compute ~A, set complement.
If optional second argument B is given, store result into B.
A and B must be bool vectors of the same length.
Return the destination vector.