pub fn try_merge<T: AsRef<[u8]>>(
inputs: &Merge<T>,
options: &MergeOptions,
) -> Option<BString>
Expand description
Splits inputs
into hunks, attempts to resolve trivial merge conflicts for
each.
If all input hunks can be merged successfully, returns the merged content.