import { type RSet } from "https://deno.land/x/rimbu@1.0.4/collection-types/set/interface/generic.ts";
const { Builder } = RSet;
A mutable Set builder used to efficiently create new immutable instances. See the Set documentation and the RSet.Builder API documentation