The accessor for a simple-int32-vector.
The function
int32-aref
is the accessor for a simple-int32-vector. The reader returns an int32 object for the value at index
index
in
vector
. The writer sets the value at index
index
in
vector
to the int32 object or integer
x
supplied.
See the section "Fast 32bit arithmetic" in the LispWorks User Guide for more information about the INT32 API.