You are currently viewing a revision titled "closure", saved on 2020-04-09 오전 5:21 by 야곰 | |
---|---|
제목 | closure |
내용 | 클로저. 스위프트 언어의 기능 중 하나.
코드에서 전달되고 사용될 수 있는 기능의 블록. 스위프트의 클로저는 오브젝티브-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. |
요약글 | |
Markdown content | 클로저. [스위프트 언어](/docs/swift)의 기능 중 하나.
코드에서 전달되고 사용될 수 있는 기능의 블록. 스위프트의 클로저는 오브젝티브-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. |