trEach

Sink, calls predicate over each value in r. If predicate returns a boolean, use that to determine whether to stop or keep going.

trEach
(
alias pred
R
)
(
auto ref R r
)

Meta