Foreach
public struct Foreach: Fn
Foreach
applies lambda
expr to each member of the Array or Page coll. The
original collection is returned.
Foreach
applies the lambda
expr concurrently to each element of the
collection. Side-effects, such as writes, do not affect evaluation of other
lambda applications. The order of possible refs being generated within the
lambda are non-deterministic.