interface OrderedSortedSet.Context implements [OrderedSetBase.Context]<UT, OrderedSortedSet.Types>import { type OrderedSortedSet } from "https://deno.land/x/rimbu@1.0.0/ordered/mod.ts"; const { Context } = OrderedSortedSet; A context instance for an OrderedSortedSet that acts as a factory for every instance of this type of collection. Type ParametersUT