import { type HashSet } from "https://deno.land/x/rimbu@0.13.1/hashed/set/interface/index.ts";
const { Builder } = HashSet;
A mutable HashSet
builder used to efficiently create new immutable instances.
See the Set documentation and the HashSet.Builder API documentation