From the course: Learning Functional Programming with Swift

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Combining functions

Combining functions - Swift Tutorial

From the course: Learning Functional Programming with Swift

Start my 1-month free trial

Combining functions

- [Narrator] In the past few videos we've talked about Swift's main built-in array functions and seen some examples of how they're used. These array functions that we've discussed are really quite useful on their own, but combining these functions can make them even more useful. In reality, this makes it possible to perform virtually any calculation in this way.

Contents