Function cargo_test_support::diff::backtrack

source ·
fn backtrack<T>(a: &[T], b: &[T]) -> Vec<(usize, usize, usize, usize)>
where T: PartialEq,