When combined, left-hand values and right-hand values are combined
pairwise. Combination is lossless and merges values into Both
when there is no existing value to combine with.
When ordered, Left always compares as less than Right, and
Right always compares as less than Both. If the variants are the
same, their value(s) are compared to determine the ordering. Both
compares left-hand values and right-hand values lexicographically.
[eq]
[eq]<A, B>(this, that): boolean
Compare this and that Ior to determine their equality.
The fluent syntax for
Ior
.