Lodash.drop

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

struct Lodash
nothrow @trusted @safe ref
drop
(
T = Any
)
(
auto ref T size = T.init
)

Return Value

Type: auto ref

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

Meta