Array.at
Returns an entry by index.
Arguments
index
is an integer number, zero-based. If the index is out of range, an error will occur.
Return values
value
of the array entry.
Complexity
Constant
Example
Output:
5
Returns an entry by index.
Constant