import { type HashMultiMapSortedValue } from "https://deno.land/x/rimbu@0.13.1/multimap/main/index.ts";
const { Builder } = HashMultiMapSortedValue;
A mutable HashMultiMapSortedValue
builder used to efficiently create new immutable instances.
See the MultiMap documentation and the HashMultiMapSortedValue.Builder API documentation