import { BiMapNonEmptyImpl } from "https://deno.land/x/rimbu@0.13.5/bimap/custom/implementation/immutable.ts";
Methods
addEntries(entries: StreamSource<readonly [K, V]>): BiMap.NonEmpty<K, V>
asNormal(): this
forEach(f: () => void, state?: TraverseState): void
streamKeys(): Stream.NonEmpty<K>
streamValues(): Stream.NonEmpty<V>
toArray(): ArrayNonEmpty<readonly [K, V]>
toString(): string