Inverts an if statement 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.