chickadee » srfi-214 » flexvector-any

flexvector-any pred? fv1 fv2 ...procedure

Finds the first set of elements in parallel from fv1 fv2 ... for which pred? returns a true value. If such a parallel set of elements exists, flexvector-any returns the value that pred? returned for that set of elements. The iteration is strictly left-to-right.