Skip to main content
Module

x/aitertools/src/fold.ts

Well-tested utility functions dealing with async iterables
Latest
import * as aitertools from "https://deno.land/x/aitertools@0.6.0/src/fold.ts";

Functions

Apply reducer function of two arguments cumulatively to the elements of an async iterable source, from left to right, so as to reduce the async iterable to a single value.