Flips a ternary expression (?:) negating the condition and switching the branches with one another.

This may be useful for improving code readability, for example, to ensure the condition is positive or that the important branch comes first.