cargo_test_support::diff

Function shortest_edit

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