Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/mod3.ts>Enumerable#flatten

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
method Enumerable.prototype.flatten
Re-export
import { Enumerable } from "https://deno.land/x/proc@0.20.21/mod3.ts";

Flatten the iterable.

Returns

Enumerable<ElementType<T>>

An iterator where a level of indirection has been "flattened" out.