Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/better_iterators/mod.ts>lazy

Chainable iterators (sync and async) for TypeScript, with support for opt-in, bounded parallelism
Go to Latest
function lazy
import { lazy } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts";

Create a Lazy(Async) from your (Async)Iterator.

Parameters

iter: Iterable<T>