match

Run until pred returns something that evaluates to true, in that case return the value.

pred should take one parameter.

match
(
alias pred
T
)
(
ref T stack
,)

Meta