import { BiMultiMapBuilder } from "https://deno.land/x/rimbu@0.13.1/bimultimap/custom/implementation/builder.ts";
Properties
addEntries: (entries: StreamSource<readonly [K, V]>) => boolean
build: () => WithKeyValue<Tp, K, V>["normal"]
forEach: (f: () => void, state?: TraverseState) => void
removeKeys: <UK = K>(keys: StreamSource<RelatedTo<K, UK>>) => boolean
removeValues: <UV = V>(values: StreamSource<RelatedTo<V, UV>>) => boolean
setKeys: (value: V, keys: StreamSource<K>) => boolean
setValues: (key: K, values: StreamSource<V>) => boolean