package @rimbu/bimap/custom
The @rimbu/bimap/custom entry exposes the underlying context, builder and implementation types used to construct custom BiMap variants, for example with specialized underlying map contexts or configuration.
Use this entry only in advanced scenarios where you need to wire BiMaps to custom map implementations; for regular usage prefer the main @rimbu/bimap API.
See the @rimbu/bimap README for an overview of BiMap concepts.
Interfaces
| Name | Description |
|---|---|
BiMapCreators | undocumented |
BiMapFactory<UK,UV> | undocumented |
Classes
| Name | Description |
|---|---|
BiMapBuilder | undocumented |
BiMapContext | undocumented |
BiMapEmpty | undocumented |
BiMapNonEmptyImpl | undocumented |