The
lognot
operator for an int32 object.
The function
int32-lognot
is the bitwise logical operator for int32 objects which returns the complement of its argument
x
.
See the section "Fast 32bit arithmetic" in the LispWorks User Guide for more information about the INT32 API.