import { Enumerable } from "https://deno.land/x/proc@0.20.11/mod3.ts";
Flatten the iterable.
Returns
Enumerable<ElementType<T>>
An iterator where a level of indirection has been removed.
import { Enumerable } from "https://deno.land/x/proc@0.20.11/mod3.ts";
Flatten the iterable.
An iterator where a level of indirection has been removed.