import { drop } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It returns howMany
items dropped from beginning of list or string input
.
Parameters
input: readonly T[]
import { drop } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It returns howMany
items dropped from beginning of list or string input
.