pub fn ne<T, U>(a: &[T], v: T) -> Vec<U>where T: Copy + PartialEq, U: Zero + One,
Returns a vector with 1s where a[i] != v.
1
a[i] != v