import { MultiMap } from "https://deno.land/x/rimbu@0.14.0/multimap/main/index.ts";
Interfaces
A mutable | |
A context instance for | |
A non-empty type-invariant immutable MultiMap of key type K, and value type V. In the Map, each key has at least one value. See the MultiMap documentation and the MultiMap API documentation | |
Utility interface that provides higher-kinded types for this collection. |
import { type MultiMap } from "https://deno.land/x/rimbu@0.14.0/multimap/main/index.ts";
A type-invariant immutable MultiMap of key type K, and value type V. In the Map, each key has at least one value. See the MultiMap documentation and the MultiMap API documentation
import { MultiMap } from "https://deno.land/x/rimbu@0.14.0/multimap/main/index.ts";