Lodash.last

Gets the last element of array.

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

Return Value

Type: auto ref

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

Meta