import { BiMapEmpty } from "https://deno.land/x/rimbu@0.13.5/bimap/custom/implementation/immutable.ts";
Constructors
new
BiMapEmpty(context: BiMapContext<K, V>)Methods
addEntries(entries: StreamSource<readonly [K, V]>): BiMap.NonEmpty<K, V>
hasKey(): false
hasValue(): false
removeKey(): this
removeKeyAndGet(): undefined
removeKeys(): this
removeValue(): this
removeValueAndGet(): undefined
removeValues(): this
streamKeys(): Stream<K>
streamValues(): Stream<V>
toString(): string
updateKeyAtValue(): this
updateValueAtKey(): this