Skip to main content
Module

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

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

Constructors

new
RangeStream(
start: number,
end?: number,
delta?: number,
)

Methods

[Symbol.iterator](): FastIterator<number>