@rimbu/orderedOrderedMap (namespace)OrderedMap.TypesOn this pageinterface OrderedMap.TypesUtility interface that provides higher-kinded types for this collection.PropertiesbuilderundocumentedDefinitionreadonly builder: OrderedMap.Builder<this['_K'], this['_V']>;contextundocumentedDefinitionreadonly context: OrderedMap.Context<this['_K']>;nonEmptyundocumentedDefinitionreadonly nonEmpty: OrderedMap.NonEmpty<this['_K'], this['_V']>;normalundocumentedDefinitionreadonly normal: OrderedMap<this['_K'], this['_V']>;sourceContextundocumentedDefinitionreadonly sourceContext: RMap.Context<this['_K']>;sourceMapundocumentedDefinitionreadonly sourceMap: RMap<this['_K'], this['_V']>;sourceMapNonEmptyundocumentedDefinitionreadonly sourceMapNonEmpty: RMap.NonEmpty<this['_K'], this['_V']>;