drop
drop(
n): <A>(data) => readonlyA[]
Defined in: Data/Arr.ts:751
Drops the first n elements from an array.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”<A>(data) => readonly A[]
drop(
n): <A>(data) => readonlyA[]
Defined in: Data/Arr.ts:751
Drops the first n elements from an array.
number
<A>(data) => readonly A[]