@rimbu/sorted
Version:
Immutable SortedMap and SortedSet implementations for TypeScript
17 lines • 876 B
JavaScript
;
/**
* @packageDocumentation
*
* 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.<br/>
* 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./creators.cjs"), exports);
tslib_1.__exportStar(require("./implementation/builder.cjs"), exports);
tslib_1.__exportStar(require("./implementation/immutable.cjs"), exports);
tslib_1.__exportStar(require("./implementation/context.cjs"), exports);
//# sourceMappingURL=index.cjs.map