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