Function cargo_test_support::diff::shortest_edit

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