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 32-bit arithmetic for more information about the INT32 API.