Swift 5.9 introduces some improvements that will allow a more clear and less tedious to write code. This changes affect if else and switch statements. Let’s see them more in detail. If-else The ternary syntax is really handy and allows us to return a result…