package @rimbu/sorted/map-custom
The @rimbu/sorted/map-custom entry exposes creators, builders, contexts and internal implementations for SortedMap, enabling advanced configuration of comparators and tree parameters beyond what the default factories provide.
Use it when you need fine‑grained control over sorted map internals; for typical ordered map usage the main @rimbu/sorted and @rimbu/sorted/map APIs are sufficient.
Interfaces
| Name | Description |
|---|---|
SortedMapCreators | undocumented |
Classes
| Name | Description |
|---|---|
SortedMapBuilder | undocumented |
SortedMapContext | undocumented |
SortedMapEmpty | undocumented |
SortedMapInner | undocumented |
SortedMapLeaf | undocumented |
SortedMapNode | undocumented |