Function cargo_test_support::diff::diff

source ·
pub fn diff<'a, T>(a: &'a [T], b: &'a [T]) -> Vec<Change<&'a T>>
where T: PartialEq,