UNPKG

@rimbu/multiset

Version:

An immutable Set where each element can occur multiple times

16 lines 763 B
"use strict"; /** * @packageDocumentation * * The `@rimbu/multiset/custom` entry exposes internal interfaces, creators, contexts and * implementations for MultiSets, so you can construct custom multiset variants on top of * different underlying map contexts.<br/> * For typical “bag of values” scenarios the main `@rimbu/multiset` API is sufficient; * this entry is aimed at advanced integration and tuning use cases. */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./interface/base.cjs"), exports); tslib_1.__exportStar(require("./interface/creators.cjs"), exports); tslib_1.__exportStar(require("./implementation/base.cjs"), exports); //# sourceMappingURL=index.cjs.map