Package: effect
Module: HashMap
Applies the specified function to the entries of the HashMap.
Signature
declare const forEach: { <V, K>(f: (value: V, key: K) => void): (self: HashMap<K, V>) => void; <V, K>(self: HashMap<K, V>, f: (value: V, key: K) => void): void; }
Since v2.0.0