effect-io-ai

Package: effect
Module: MutableList

MutableList.forEach

Executes the specified function f for each element in the list.

Signature

declare const forEach: { <A>(f: (element: A) => void): (self: MutableList<A>) => void; <A>(self: MutableList<A>, f: (element: A) => void): void; }

Source

Since v2.0.0