aref

Returns the array element indicated by a set of indices.

An error is signaled if the number of indices is not equal to the rank of the array.  An error is signaled if any of the indices are out of bounds for the array.

The method for <array> calls element on the array, using as the key the result of applying row-major-index to the array and indices.

Exported from

Modifiers

open

Arguments

arrayAn instance of <array>.
#rest indicesInstances of <object>.

Values

elementAn instance of <object>.
The class of sequences whose elements are arranged according to a Cartesian coordinate system.
Returns the collection element associated with a particular key.
Returns the row-major index position of an array element.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.