Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/asynciter/asynciter.ts>AbstractAsyncIter#collect

Map, filter, reduce for AsyncIterables in Deno.
Latest
method AbstractAsyncIter.prototype.collect
import { AbstractAsyncIter } from "https://deno.land/x/asynciter@0.0.18/asynciter.ts";

Collect the items in this iterator to an array.

Returns

Promise<T[]>

The items of this iterator collected to an array.