[][src]Module diff::utils

Functions

find_match

Finds the closest-to-starting element present in both slices. Returns whether an equal element was found in each slice, the index of the element in a, the index in b. If no match was found between a and b, returns the indeces of the end of each slice, respectively.