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