import { type HashSet } from "https://deno.land/x/rimbu@1.0.3/hashed/set/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