The constructor for int32 objects.
system
integer-to-int32 integer => int32
integer⇩ |
An integer of type (signed-byte 32) . |
int32 |
An int32 object. |
The function integer-to-int32
constructs an int32 object from an integer. An error is signaled if integer is not 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