import { HashSetBlock } from "https://deno.land/x/rimbu@1.0.3/hashed/set-custom/implementation/immutable.ts";
Constructors
new
HashSetBlock(context: HashSetContext<T>,
entries: readonly T[] | null,
entrySets: readonly SetEntrySet<T>[] | null,
size: number,
level: number,
Methods
add(value: T, hash?): HashSetBlock<T>
copy(): HashSetBlock<T>
entries?,
entrySets?,
size?,
forEach(f: () => void, state?: TraverseState): void
toArray(): ArrayNonEmpty<T>