Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Array

Method Array.compact_diff3()


Method compact_diff3

array(array(array)) compact_diff3(array a, array b, array old)

Description

Given three arrays like those returned from diff3 , this function "compacts" the diff3 result by removing all differences where a and b agrees against old. The result is on the same form as the result from diff , and doesn't include the sequence from old.