Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/core/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@1.0.0/core/mod.ts";
const { Context } = MultiMap;

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