Function editdistancewf::distance [] [src]

pub fn distance<T, I: Iterator<Item = T>>(
    left_stream: I,
    right_stream: I
) -> usize where
    T: Eq