pub fn slice<'a, T: PartialEq>( left: &'a [T], right: &'a [T], ) -> Vec<Result<&'a T>>
Computes the diff between two slices.