pub fn lev<T: PartialEq>( a: impl Clone + Iterator<Item = T>, b: impl Clone + Iterator<Item = T>, ) -> usize
Returns the Levenshtein distance between a and b.
a
b