import { type SortedBiMultiMap } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
const { Builder } = SortedBiMultiMap;
A mutable SortedBiMultiMap
builder used to efficiently create new immutable instances.
See the BiMultiMap documentation and the HashBiMultiMap.Builder API documentation