Skip to main content
Module

x/aitertools/collections.ts

Well-tested utility functions dealing with async iterables
Go to Latest
import * as aitertools from "https://deno.land/x/aitertools@0.4.0/collections.ts";

Functions

Turns a synchrnous iterable source into an async iterable.

Creates an array from an async iterable.

Creates a map from an async iterable of key-value pairs. Each pair is represented as an array of two elements.

Creates a set from an async iterable.