Lodash.nth

Gets the element at index n of array. If n is negative, the nth element from the end is returned.

struct Lodash
nothrow @trusted @safe ref
nth
(
T = Any
)
(
auto ref T n = T.init
)

Return Value

Type: auto ref

- Lodash chained on (*): the nth element of array.

Meta