import * as proc from "https://deno.land/x/proc@0.20.20/src/deps/asynciter.ts";
Classes
A decorator for |
Functions
Convert an array or a standard AsyncIterable to an AsyncIter. | |
Collect the items in this iterator to an array. | |
Map the sequence from one type to another, concurrently. | |
Map the sequence from one type to another, concurrently. | |
Filter the sequence to contain just the items that pass a test. | |
Return the first item of the sequence. | |
Flatten the iterable. | |
Perform an operation for each item in the sequence. | |
f map | Map the sequence from one type to another. |
Reduce a sequence to a single value. |