check whether any element of a boolean vector is true
bool any(bvec2 x)
bool any(bvec3 x)
bool any(bvec4 x)
x
: Specifies the vector to be tested for truth.any
returns true if any element of x
is true and false otherwise. It is functionally equivalent to: