import { HashMapEmpty } from "https://deno.land/x/rimbu@1.0.4/hashed/map-custom/implementation/immutable.ts";
Constructors
new
HashMapEmpty(context: HashMapContext<K>)Methods
addEntries(entries: StreamSource<readonly [K, V]>): HashMap.NonEmpty<K, V>
hasKey(): false
removeKeyAndGet(): undefined
removeKeys(): HashMap<K, V>
streamKeys(): Stream<K>
streamValues(): Stream<V>
toString(): string