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