Extract all nested object keys and values that are different between the two given objects.
An empty tuple if the values are equal. Otherwise, the first tuple entry contains the changes in the first value, second entry contains the changes in the second value.
@augment-vir/common
Extract all nested object keys and values that are different between the two given objects.