import { Enumerable } from "https://deno.land/x/proc@0.20.11/mod3.ts";
Drop the first n
items, return the rest.
Returns
Enumerable<T>
The items that were not dropped.
import { Enumerable } from "https://deno.land/x/proc@0.20.11/mod3.ts";
Drop the first n
items, return the rest.
The items that were not dropped.