method Lazy.prototype.flattenimport { Lazy } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts"; flatten(): Lazy<Flattened<T>>Flattens a Lazy<Iterable> to a Lazy ReturnsLazy<Flattened<T>>