Lodash.tail

Gets all but the first element of array.

struct Lodash
nothrow @trusted @safe ref
tail
()
()

Return Value

Type: auto ref

- Lodash chained on (Array): the slice of array.

Meta