Skip to main content
Module

x/rimbu/stream/custom/fast-iterator-custom.ts>RangeUpIterator

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

Constructors

new
RangeUpIterator(
start?,
end: number | undefined,
delta: number,
)

Properties

state: number

Methods

fastNext<O>(otherwise?: OptLazy<O>): number | O