Lodash.take

Creates a slice of array with n elements taken from the beginning.

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

Return Value

Type: auto ref

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

Meta