Range.at
Returns an entry by its relative index. Applicable to ArrayRange only.
Arguments
index
is an integer number, zero-based. If the index is out of range, an error will occur.
Return values
value
of the range entry.
Complexity
Constant
Example
Output:
3