chickadee » srfi-133 » vector-any

vector-any pred? vec1 vec2 ...procedure

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