Skip to main content
Module

x/rimbu/stream/custom/index.ts>FromStream

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class FromStream
extends StreamBase<T>
import { FromStream } from "https://deno.land/x/rimbu@0.13.1/stream/custom/index.ts";

Constructors

new
FromStream(createIterator: () => FastIterator<T>)

Properties

[Symbol.iterator]: () => FastIterator<T>