-
3 features of First Class Citizen - FunctioniOS/π Swift 2020. 11. 2. 18:48
-
can be stored in variavles and data structures
μμλ λ³μμ μ μ₯ν μ μμ΅λλ€. -
can be passed as a parameter to a function
맀κ°λ³μλ‘ ν¨μμ μ λ¬ λ μ μμ΅λλ€.
-
can be returned as the result of a function
ν¨μμ κ²°κ³Όλ‘ λ°νλ μ μμ΅λλ€.
λ!
μ΄μ κΈ: Tuples - Tuples
'iOS > π Swift' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
Type Safety - Data Types (0) 2020.11.03 Type Inference - Data Types (0) 2020.11.03 Tuples - Tuples (0) 2020.10.25 Swift) Raw Value - Enumeration (0) 2020.10.24 Optional Unwrapping - Optionals (0) 2020.10.09 -