Skip to main content

compute_diff

Function compute_diff 

Source
pub fn compute_diff<T: Eq + Hash>(source: &[T], target: &[T]) -> Vec<Change>
Expand description

Computes the diff between two slices using HistogramDiff and default equality.