import { HashMapEmpty } from "https://deno.land/x/rimbu@0.13.1/hashed/map-custom/index.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