foreachWhileVal

Like foreach, except the body has a return value, and the loop bails whenever that value != whileVal

TRet
foreachWhileVal
(
TRet
TElem
)
(
TElem[] coll
,,
TRet delegate
(
TElem
)
dg
)

Meta