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