Skip to main content
Module

x/rimbu/mod.ts>HashMultiMapHashValue.Context

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

A context instance for an HashMultiMapHashValue that acts as a factory for every instance of this type of collection.

Properties

readonly
typeTag: "HashMultiMapHashValue"
readonly
keyMapContext: HashMap.Context<UK>

The HashMap context used to create HashMaps to the key to value maps.

readonly
keyMapValuesContext: HashSet.Context<UV>

The HashSet context used to create HashSets for the value sets.