import { HashMapNonEmptyBase } from "https://deno.land/x/rimbu@0.13.1/hashed/map-custom/index.ts";
Properties
abstract
readonly
context: HashMapContext<K>Methods
addEntries(entries: StreamSource<readonly [K, V]>): HashMap.NonEmpty<K, V>
asNormal(): this
abstract
forEach(f: () => void, traverseState?: TraverseState): voidremoveKeys<UK>(keys: StreamSource<RelatedTo<K, UK>>): HashMap<K, V>
streamKeys(): Stream.NonEmpty<K>
streamValues(): Stream.NonEmpty<V>
abstract
toArray(): ArrayNonEmpty<readonly [K, V]>toString(): string