@rimbu/sortedSortedSet (namespace)SortedSet.Context<UT>On this pageinterface SortedSet.Context<UT>A context instance for a SortedSet that acts as a factory for every instance of this type of collection.Type parametersNameDescriptionUTundocumentedPropertiescompA Comp instance used to sort the set values.Definitionreadonly comp: Comp<UT>;typeTagundocumentedDefinitionreadonly typeTag: 'SortedSet';