Function slice_diff_patch::lcs_changes
source · [−]Expand description
Convert a slice of lcs_diff::DiffResult into a Vec<Change>.
Note that unlike wu_changes, b is not needed to clone inserted items because they are
included in the lcs_diff::DiffResult.