chickadee » srfi-179 » array-ref

array-ref A i0 #!rest i-tailprocedure

Assumes that A is an array, and every element of (cons i0 i-tail) is an exact integer.

Returns (apply (array-getter A) i0 i-tail).

It is an error if A is not an array, or if the number of arguments specified is not the correct number for (array-getter A).