effect-io-ai

Package: effect
Module: HashMap

HashMap.forEach

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; }

Source

Since v2.0.0