NOBINSON,
개발
Vue.js
Problem Solving
iOS / Swift
영화 이야기
About Me
swift
>
Swift 기초 4 [Collection]
#
Swift Collection
#
Array / Set / Dictionary 세 가지의 Collection이 있다.
#
value
Type
#
다른 변수에 대입하면 복사된다.
#
다른 함수들의 argument로 전달 시 원하는 대로 안될 수 있다! (inout의 사용)
#
(1) Array
#
(2) Set
#
(3) Dictionary