The constructor for simple-int64-vector objects.
A non-negative fixnum.
A sequence of integers of type (signed-byte 64)
, or nil
.
An integer of type (signed-byte 64)
.
The function make-simple-int64-vector
is the constructor for simple-int64-vector objects.
The argument initial-contents, if supplied, should be a sequence of length length. It specifies the contents of vector.
The argument initial-element, if supplied, specifies the contents of vector.
An error is signaled if both initial-contents and initial-element are supplied.
See the section Fast 64-bit arithmetic for more information about the INT64 API.
LispWorks User Guide and Reference Manual - 20 Sep 2017