The index of the argument to return.
Returns the new pass-thru function.
Gets the element at index n
of array
. If n
is negative, the nth
element from the end is returned.
The array to query.
The index of the element to return.
Returns the nth element of array
.
Creates a function that gets the argument at index
n
. Ifn
is negative, the nth argument from the end is returned.