Skip to main content

Swift First Class Functions

·1 min

I considered writing an article about first class functions in Swift, but I came across the following article by John Sundell:

First class functions in Swift

Sundell’s article covers pretty much everything I would cover in an article on first class functions. The examples are good too. So I decided to link to his article rather than write my own.