Skip to main content
Module

x/rimbu/common/traverse-state.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/common/traverse-state.ts";

Functions

Returns a new TraverseState instance, using optionally given startIndex as a start index value.

Interfaces

An object used to track the state of a traversal, e.g. a forEach.