import { type OrderedSortedSet } from "https://deno.land/x/rimbu@0.13.5/ordered/set/interface/ordered-sorted-set.ts";
const { Context } = OrderedSortedSet;
A context instance for an OrderedSortedSet
that acts as a factory for every instance of this
type of collection.