Create an Ior from two nullables if at least one of them is defined.
Return
null if both a and b are null. Otherwise an Ior.Left, Ior.Right, or Ior.Both if a, b, or both are defined (respectively).
Parameters
an element (nullable) for the left side of the Ior
an element (nullable) for the right side of the Ior