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