You are currently viewing a revision titled "optional", saved on 2020-04-22 오후 11:31 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.
|