chickadee » vector-lib » vector-any

vector-any pred? vec_1 vec_2 ···procedure

Finds the first set of elements in parallel from vec_1 vec_2 ··· 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.