import { Enumerable } from "https://deno.land/x/proc@0.22.1/mod.ts";
Equivalent to calling map followed by flatten.
Returns
Enumerable<ElementType<U>>
An iterable of mapped values where one level of indirection has been "flattened" out.
import { Enumerable } from "https://deno.land/x/proc@0.22.1/mod.ts";
Equivalent to calling map followed by flatten.
An iterable of mapped values where one level of indirection has been "flattened" out.