import { type RSet } from "https://deno.land/x/rimbu@0.13.0/collection-types/main/index.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