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