import { type SortedMultiMapHashValue } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { Context } = SortedMultiMapHashValue;
A context instance for an SortedMultiMapHashValue
that acts as a factory for every instance of this
type of collection.
Properties
readonly
keyMapContext: SortedMap.Context<UK>The SortedMap
context used to create SortedMaps to the key to value maps.
readonly
keyMapValuesContext: HashSet.Context<UV>The HashSet
context used to create HashSets for the value sets.