Skip to main content
Module

x/rimbu/mod.ts>MultiMap.Context

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface MultiMap.Context
implements [MultiMapBase.Context]<UK, UV, MultiMap.Types>
import { type MultiMap } from "https://deno.land/x/rimbu@0.13.1/mod.ts";
const { Context } = MultiMap;

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