import { type TraverseState } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.ts";
An object used to track the state of a traversal, e.g. a forEach
.
import { TraverseState } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.ts";
Returns a new TraverseState
instance, using optionally given startIndex
as a start
index value.