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