import { HashMapNonEmptyBase } from "https://deno.land/x/rimbu@1.0.4/hashed/map-custom/implementation/immutable.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