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

NextPrevUpTopContentsIndex

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 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 - 20 Sep 2017

NextPrevUpTopContentsIndex