import { type SortedMultiMapHashValue } from "https://deno.land/x/rimbu@1.0.2/multimap/main/interface/sorted-key/hash-value/interface.ts";
const { Builder } = SortedMultiMapHashValue;
A mutable SortedMultiMapHashValue
builder used to efficiently create new immutable instances.
See the MultiMap documentation and the SortedMultiMapHashValue.Builder API documentation