Chapter 5. Function and Operator Changes – New Ways to Get Things Done
If you want to write useful code in Swift, or in any programming language, you have to, at the very least, create functions and use operators. In this chapter, we will examine what's changed in function declaration and usage and how those changes translate into better Swift code. We will also explain operator changes and highlight several that have been removed from the language.
Continuing the theme from the last chapter, I will provide you the Swift Evolution proposal numbers. Let's get started!