[][src]Function diffr_lib::diff_sequences_simple_backward

pub fn diff_sequences_simple_backward(
    input: &DiffInput,
    v: &mut Vec<isize>
) -> usize

Compute the length of the edit script for input. This is the backward version.