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