Function similar::capture_diff_slices
source · pub fn capture_diff_slices<T>(
alg: Algorithm,
old: &[T],
new: &[T]
) -> Vec<DiffOp>
Expand description
Creates a diff between old and new with the given algorithm capturing the ops.