Closures

Functional swift: All about Closures https://medium.com/@abhimuralidharan/functional-swift-all-about-closures-310bc8af31dd According to apple docs: Closures are self-contained blocks of functionality that can be passed around and used in your code. I tried to include all about closures here in this article. It’s a bit READ MORE