Package: effect
Module: MutableList
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; }
Since v2.0.0