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

NextPrevUpTopContentsIndex

int64-aref

Function
Summary

The accessor for a simple-int64-vector.

Package

system

Signature

int64-aref vector index => int64

(setf int64-aref) x vector index => int64

Arguments

vector

An simple-int64-vector.

index

A non-negative fixnum.

x

An int64 object or an integer of type (signed-byte 64).

Values

int64

An int64 object.

Description

The function int64-aref is the accessor for a simple-int64-vector. The reader returns an int64 object for the value at index index in vector. The writer sets the value at index index in vector to the int64 object or integer x supplied.

See the section Fast 64-bit arithmetic for more information about the INT64 API.

See also

int64
simple-int64-vector


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex