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