nth library

Functions

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