Lodash.head

Gets the first element of array.

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

Return Value

Type: auto ref

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

Meta