pub fn diff_sequences_bidirectional( input: &DiffInput<'_>, v: &mut Vec<isize>, ) -> usize
Compute the length of the edit script for input. This is the bidirectional version.
input