Skip to main content
Module

x/better_iterators/mod.ts>Lazy#toArray

Chainable iterators (sync and async) for TypeScript, with support for opt-in, bounded parallelism
Go to Latest
method Lazy.prototype.toArray
import { Lazy } from "https://deno.land/x/better_iterators@v1.0.3/mod.ts";

Collect all items into an array.

Returns

Array<T>