interface GenSourceimport { type GenSource } from "https://deno.land/x/rimbu@1.0.2/hashed/mod.ts"; Type ParametersEPropertiesentries: readonly E[] | nullentrySets: readonly GenBlockBuilderEntry<E>[] | nullMethodsforEach(f: (entry: E,index: number,halt: () => void,) => void, state?: TraverseState): void