pub fn wu_diff<T: PartialEq + Clone + Debug>(a: &[T], b: &[T]) -> Vec<Change<T>>
Calculate the diff between a and b via wu_diff::diff and convert to a Vec<Change>.
a
b
wu_diff::diff
Vec<Change>