pub fn merge<T: AsRef<[u8]>>(
inputs: &Merge<T>,
options: &MergeOptions,
) -> Merge<BString>Expand description
Splits inputs into hunks, resolves trivial merge conflicts for each, then
concatenates the outcome back to single Merge object.
The returned merge object is either fully resolved or conflict having the
same number of terms as the inputs.