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

simple-int32-vector Type

Summary

A type for simple vectors of int32 objects.

Package

system

Signature

simple-int32-vector

Description

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

See the section 28.2.2 Fast 32-bit arithmetic for more information.

See also

int32
int32-aref
make-simple-int32-vector
simple-int32-vector-length
simple-int32-vector-p


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