• 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.

    Parameters

    Returns ((first) => Ordering)

    The transited order.

Generated using TypeDoc