import { type HashMultiMapSortedValue } from "https://deno.land/x/rimbu@1.2.0/multimap/mod.ts";
const { Types } = HashMultiMapSortedValue;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: HashMultiMapSortedValue<this["_K"], this["_V"]>readonly
nonEmpty: HashMultiMapSortedValue.NonEmpty<this["_K"], this["_V"]>readonly
context: HashMultiMapSortedValue.Context<this["_K"], this["_V"]>readonly
builder: HashMultiMapSortedValue.Builder<this["_K"], this["_V"]>readonly
keyMap: HashMap<this["_K"], SortedSet.NonEmpty<this["_V"]>>readonly
keyMapValues: SortedSet<this["_V"]>