Skip to main content
Module

x/rimbu/mod.ts>AsyncFastIterable

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface AsyncFastIterable
implements AsyncIterable<T>
Re-export
import { type AsyncFastIterable } from "https://deno.land/x/rimbu@0.12.3/mod.ts";

Methods

[[Symbol.asyncIterator]](): AsyncFastIterator<T>
[[Symbol.asyncIterator]](): AsyncFastIterator<T>