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