pub fn any<V: Vector<bool, N>, const N: usize>(vector: V) -> bool
Result is true if any component of vector is true, otherwise result is false.
vector