functions/arrays/nth library

Functions

nth(List list, int n) → dynamic
Gets the element at index n of list. If n is negative, the nth element from the end is returned. Example