Skip to main content

package @rimbu/multiset/custom

The @rimbu/multiset/custom entry exposes internal interfaces, creators, contexts and implementations for MultiSets, so you can construct custom multiset variants on top of different underlying map contexts. For typical “bag of values” scenarios the main @rimbu/multiset API is sufficient; this entry is aimed at advanced integration and tuning use cases.

Interfaces

NameDescription
ContextImplTypesundocumented
HashMultiSetCreatorsundocumented
MultiSetBase<T,Tp>undocumented
MultiSetCreatorsundocumented
SortedMultiSetCreatorsundocumented
VariantMultiSetBase<T,Tp>undocumented

Namespaces

NameDescription
MultiSetBaseundocumented
VariantMultiSetBaseundocumented

Classes

NameDescription
MultiSetBuilderundocumented
MultiSetContextundocumented
MultiSetEmptyundocumented
MultiSetNonEmptyundocumented