The constructor for int64objects.
system
integer-to-int64 integer => int64
integer⇩ |
An integer of type (signed-byte 64) . |
int64 |
An int64 object. |
The function integer-to-int64
constructs an int64 object from an integer. An error is signaled if integer is not of type (signed-byte 64)
.
See the section 28.2.3 Fast 64-bit arithmetic for more information about the INT64 API.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02