import { Enumerable } from "https://deno.land/x/proc@0.20.37/src/enumerable.ts";
Split into 2 or more identical iterators.
Parameters
optional
n: NThe number of clones to create.
Returns
Tuple<Enumerable<T>, N>
2 or more identical clones.
import { Enumerable } from "https://deno.land/x/proc@0.20.37/src/enumerable.ts";
Split into 2 or more identical iterators.
The number of clones to create.
2 or more identical clones.