Lodash.initial

Gets all but the last element of array.

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

Return Value

Type: auto ref

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

Meta