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

x/rimbu/bimultimap/custom/index.ts>BiMultiMapBase.Context

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

Properties

readonly
_fixTypes: readonly [UK, UV]
readonly
typeTag: string

A string tag defining the specific collection type

readonly
_types: Tp
readonly
keyValueMultiMapContext: WithKeyValue<Tp, UK, UV>["keyValueMultiMapContext"]
readonly
valueKeyMultiMapContext: WithKeyValue<Tp, UK, UV>["valueKeyMultiMapContext"]