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
Ordering
s. Returnssecond
iffirst
isequal
, otherwise returnsfirst
. It is useful to implementPartialOrd
for some object type. The order of arguments is reversed because of that it is useful for partial applying.