클로저. 스위프트 언어의 기능 중 하나.
코드에서 전달되고 사용될 수 있는 기능의 블록. 스위프트의 클로저는 오브젝티브-C와 C 언어의 블럭 그리고 다른 프로그래밍 언어의 람다와 유사하다.
A self-contained block of functionality that can be passed around and used in your code. Closures in Swift are similar to blocks in C and Objective-C and to lambdas in other programming languages.
관련 강좌 : 클로저