array(int) diff_longest_sequence(array a, array b)
Gives the longest sequence of indices in b that have corresponding values in the same order in a .
diff() , diff_compare_table() , String.fuzzymatch()