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 32-bit arithmetic for more information about the INT32 API.