-
swift - First Class Citizenswift 2020. 12. 30. 22:48
First Class Citizen
- can be stored in variables and data structres
함수와 변수에 저장할 수 있다.
- can be passed as a parameter to a function
파라미터로 함수에 전달할 수 있다.
- can be returned as the result of a function
함수 결과로 반환할 수 있다.
'swift' 카테고리의 다른 글
swift - Data Types (0) 2020.12.31 swift - Scope (0) 2020.12.31 swift - Special, Characters (0) 2020.12.30 swift - compile ,link, run (0) 2020.12.30 swift - Keywords (0) 2020.12.30