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