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