import { type HashMultiMapSortedValue } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
const { Context } = HashMultiMapSortedValue;
A context instance for an HashMultiMapSortedValue
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: SortedSet.Context<UV>The SortedSet
context used to create HashSets for the value sets.