You are currently viewing a revision titled "optional", saved on 2020-06-02 오후 7:39 by 야곰 | |
---|---|
제목 | optional |
내용 | 옵셔널. 값을 갖고 있거나 값이 없음을 나타내는 nil 을 나타낼 수 있는 값.
A value that contains either an underlying value or nil to indicate that the value is missing.
관련 강좌 : 옵셔널 |
요약글 | |
Markdown content | 옵셔널. 값을 갖고 있거나 값이 없음을 나타내는 nil 을 나타낼 수 있는 값.
A value that contains either an underlying value or nil to indicate that the value is missing.
관련 강좌 : [옵셔널](https://yagom.net/courses/swift-basic/lessons/%ec%98%b5%ec%85%94%eb%84%90/) |