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

x/rimbu/multimap/custom/index.ts>MultiMapBase.Context

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

The multimap's Context instance that serves as a factory for all related immutable instances and builders.

Properties

readonly
typeTag: string

A string tag defining the specific collection type

readonly
keyMapContext: WithKeyValue<Tp, UK, UV>["keyMapContext"]

The context used for the internal keymap instances.

readonly
keyMapValuesContext: WithKeyValue<Tp, UK, UV>["keyMapValuesContext"]