@rimbu/sorted
Version:
Immutable SortedMap and SortedSet implementations for TypeScript
17 lines • 841 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/sorted/set-custom` entry exposes creators, builders, contexts and internal
* implementations for `SortedSet`, allowing you to configure custom comparators and
* tree characteristics for ordered sets.<br/>
* Reach for this entry only when you need to tune sorted set internals; for everyday
* use the main `@rimbu/sorted` and `@rimbu/sorted/set` APIs are recommended.
*/
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