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

x/yxz/async/enumerate.ts>enumerate

Deno Standard Extensions
Go to Latest
function enumerate
import { enumerate } from "https://deno.land/x/yxz@0.17.0/async/enumerate.ts";

Parameters

iterable: AsyncIterable<T> | Iterable<T>