@rimbu/sortedSortedMap (namespace)SortedMap.Context<UK>On this pageinterface SortedMap.Context<UK>A context instance for a HashMap that acts as a factory for every instance of this type of collection.Type parametersNameDescriptionUKthe upper key type bound for which the context can be usedPropertiescompA Comp instance used to sort the map keys.Definitionreadonly comp: Comp<UK>;typeTagundocumentedDefinitionreadonly typeTag: 'SortedMap';