not_equal

Function not_equal 

Source
pub fn not_equal<T, U>(a: &[T], b: &[T]) -> Vec<U>
where T: Copy + PartialEq, U: One + Zero,
Expand description

Returns a vector with 1s where a[i] != b[i].