Skip to main content
Module

x/rimbu/stream/main/fast-iterable.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@0.12.3/stream/main/fast-iterable.ts";

Interfaces

An interface that extends the standard Iterable interface to return a FastIterator instead of a normal Iterator.