LispWorks User Guide and Reference Manual > 40 The SYSTEM Package

NextPrevUpTopContentsIndex

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 Fast 32-bit arithmetic for more information.

See also

int32
int32-aref
make-simple-int32-vector


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex