import { type HashMultiMapHashValue } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.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
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.