Pair.at
atindex
Group: Selections
Documentation
Gets an element from the pair at a specified index (0-based).
Arguments
index
: The location in the pair to get the element from. The index is also allowed be negative, then the elements are indexed from the back of the pair, i.e. -1 will correspond to the last element.