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.
open
| array | An instance of <array>. |
| #rest indices | Instances of <object>. |
| element | An instance of <object>. |