cargo_
test_
support
1.83.0
(90b35a623 2024-11-26)
In cargo_
test_
support::
diff
cargo_test_support
::
diff
Function
diff
Copy item path
source
pub fn diff<'a, T>(a: &'a
[T]
, b: &'a
[T]
) ->
Vec
<
Change
<
&'a T
>>
where T:
PartialEq
,