Skip to main content
Module

x/rimbu/mod.ts>VariantMultiSet

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace VariantMultiSet
import { VariantMultiSet } from "https://deno.land/x/rimbu@0.14.0/mod.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.

interface VariantMultiSet
import { type VariantMultiSet } from "https://deno.land/x/rimbu@0.14.0/mod.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