import { VariantMultiSet } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.ts";
Interfaces
A non-empty type-variant immutable MultiSet of value type T. In the MultiSet, each value can occur multiple times. See the MultiSet documentation and the VariantMultiSet API documentation | |
Utility interface that provides higher-kinded types for this collection. |
import { type VariantMultiSet } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.ts";
A type-variant immutable MultiSet of value type T. In the MultiSet, each value can occur multiple times. See the MultiSet documentation and the VariantMultiSet API documentation