[][src]Function oatie::transform::transform_add_del

pub fn transform_add_del<S: Schema>(
    avec: &AddSpan<S>,
    bvec: &DelSpan<S>
) -> Op<S>

Transforms a insertion preceding a deletion into a deletion preceding an insertion. After this, sequential deletions and insertions can be composed together in one operation.