import { HashSetCollisionBuilder } from "https://deno.land/x/rimbu@1.0.3/hashed/set-custom/implementation/builder.ts";
Constructors
new
HashSetCollisionBuilder(context: HashSetContext<T>,
source?: undefined | HashSetCollision<T>,
_entries?: undefined | List.Builder<T>,
Methods
addInternal(value: T): boolean
buildNE(): HashSetCollision<T>
hasInternal(value: T, hash?: number): boolean
removeInternal(value: T): boolean