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