Readonly kindThe property that discriminates Ior.
Readonly valThe value of this Ior.
Compare this and that Ior to determine their ordering.
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.
Apply one of three functions to extract the value(s) out of this
Ior depending on the variant.
Generated using TypeDoc
An
Iorwith a left-hand value.