The accessor for a simple-int64-vector.
system
int64-aref vector index => int64
setf (int64-aref vector index) int64-or-int => int64-or-int
vector⇩ | |
index⇩ |
A non-negative fixnum. |
int64-or-int⇩ |
An int64 object or an integer of type (signed-byte 64) . |
int64 |
An int64 object. |
int64-or-int |
An int64 object or an integer of type (signed-byte 64) . |
The accessor int64-aref
gets and sets the elements of a simple-int64-vector. The reader returns an int64 object for the value at index index in vector. The writer sets the value at index index in vector to the int64 object or integer int64-or-int supplied.
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