Transits two Orderings. Returns second if first is equal, otherwise returns first. It is useful to implement PartialOrd for some object type. The order of arguments is reversed because of that it is useful for partial applying.
Ordering
second
first
equal
PartialOrd
The second order.
The transited order.
Generated using TypeDoc
Transits two
Orderings. Returnssecondiffirstisequal, otherwise returnsfirst. It is useful to implementPartialOrdfor some object type. The order of arguments is reversed because of that it is useful for partial applying.