Skip to main content

package @rimbu/bimultimap/custom

The @rimbu/bimultimap/custom entry exposes the low‑level interfaces, contexts, builders and implementations behind BiMultiMap, enabling advanced users to construct custom hash‑ or sorted‑based BiMultiMap variants. Use this entry when you need to integrate BiMultiMaps with bespoke map or multimap contexts; for typical many‑to‑many use cases the main @rimbu/bimultimap API is preferred.

Interfaces

NameDescription
BiMultiMapBase<K,V,Tp>undocumented
ContextTypesImplundocumented

Namespaces

NameDescription
BiMultiMapBaseundocumented
BiMultiMapGenericundocumented
BiMultiMapHashedundocumented
BiMultiMapSortedundocumented

Classes

NameDescription
BiMultiMapBuilderundocumented
BiMultiMapContextundocumented
BiMultiMapEmptyundocumented
BiMultiMapNonEmptyundocumented