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