method BlockBuilderBase.prototype.forEachimport { BlockBuilderBase } from "https://deno.land/x/rimbu@1.0.2/hashed/mod.ts"; forEach(f: (entry: E,index: number,halt: () => void,) => void, state?: TraverseState): voidParametersf: (entry: E,index: number,halt: () => void,) => voidoptionalstate: TraverseState = [UNSUPPORTED]Returnsvoid