cargo_test_support
1.81.0-nightly
(c6727fc9b 2024-07-12)
In cargo_test_support::diff
Function
cargo_test_support
::
diff
::
shortest_edit
Copy item path
source
ยท
[
−
]
fn shortest_edit<T>(a: &
[T]
, b: &
[T]
) ->
Vec
<
Vec
<
usize
>>
where T:
PartialEq
,