Skip to main content
Module

x/rimbu/mod.ts>MultiMap

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace MultiMap
Re-export
import { MultiMap } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

Interfaces

A mutable MultiMap builder used to efficiently create new immutable instances. See the MultiMap documentation and the MultiMap.Builder API documentation

A context instance for MultiMap implementations that acts as a factory for every instance of this type of collection.

A non-empty type-invariant immutable MultiMap of key type K, and value type V. In the Map, each key has at least one value. See the MultiMap documentation and the MultiMap API documentation

Utility interface that provides higher-kinded types for this collection.

interface MultiMap
Re-export
import { type MultiMap } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

A type-invariant immutable MultiMap of key type K, and value type V. In the Map, each key has at least one value. See the MultiMap documentation and the MultiMap API documentation

variable MultiMap
Re-export
import { MultiMap } from "https://deno.land/x/rimbu@0.14.0/mod.ts";