cargo_test_support
1.81.0
(eeb90cda1 2024-09-04) (built from a source tarball)
In cargo_test_support::diff
Function
cargo_test_support
::
diff
::
backtrack
Copy item path
source
ยท
[
−
]
fn backtrack<T>(a: &
[T]
, b: &
[T]
) ->
Vec
<(
usize
,
usize
,
usize
,
usize
)>
where T:
PartialEq
,