import { BiMultiMapBuilder } from "https://deno.land/x/rimbu@1.1.0/bimultimap/custom/index.ts";
Properties
addEntries: (entries: StreamSource<readonly [K, V]>) => boolean
build: () => WithKeyValue<Tp, K, V>["normal"]
forEach: (f: () => void, options?: { 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