All Manuals > LispWorks® User Guide and Reference Manual > 47 The SYSTEM Package

simple-int64-vector Type

Summary

A type for simple vectors of int64 objects.

Package

system

Signature

simple-int64-vector

Description

The type simple-int64-vector provides simple vectors of int64 objects and can be used to generate optimal 64-bit arithmetic code. Create a simple-int64-vector by calling make-simple-int64-vector.

See the section 28.2.3 Fast 64-bit arithmetic for more information.

See also

int64
int64-aref
make-simple-int64-vector
simple-int64-vector-length
simple-int64-vector-p


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02