The operators for int32 objects corresponding to the functions 1+ and 1-.
system
int32-1+ x => int32
int32-1- x => int32
x⇩ |
An int32 object or an integer of type (signed-byte 32) . |
int32 |
An int32 object. |
The functions int32-1+
and int32-1-
are the operators for int32 objects corresponding to the functions 1+ and 1-.
x can be an int32 object or an integer of type (signed-byte 32)
.
See the section 28.2.2 Fast 32-bit arithmetic for more information about the INT32 API.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02