Skip to main content

compute_diff_with

Function compute_diff_with 

Source
pub fn compute_diff_with<T, F>(
    source: &[T],
    target: &[T],
    equalizer: F,
) -> Vec<Change>
where F: Fn(&T, &T) -> bool,