Run until pred returns something that evaluates to true, in that case return the value.
pred should take one parameter.
See Implementation
Run until pred returns something that evaluates to true, in that case return the value.
pred should take one parameter.