You are currently viewing a revision titled "Optional chaining", saved on 2020-06-02 오후 8:25 by 야곰 | |
---|---|
제목 | Optional chaining |
내용 | 옵셔널이 현재 [nil](/docs/nil) 이 될 수 있는 프로퍼티, 메서드, 서브 스크립트를 조회하고 호출하는 과정이다.
Optional chaining is a process for querying and calling properties, methods, and subscripts on an optional that might currently be nil.
관련 강좌 : 옵셔널 체이닝과 nil 병합 연산자 |
요약글 | |
Markdown content | [옵셔널](/docs/optional)이 현재 `[nil](/docs/nil)` 이 될 수 있는 [프로퍼티](/docs/property), [메서드](/docs/methods), [서브 스크립트](/docs/subscript)를 조회하고 호출하는 과정이다.
Optional chaining is a process for querying and calling properties, methods, and subscripts on an optional that might currently be nil.
관련 강좌 : [옵셔널 체이닝과 nil 병합 연산자](https://yagom.net/courses/swift-basic/lessons/%ec%98%b5%ec%85%94%eb%84%90-%ec%8b%ac%ed%99%94/topic/%ec%98%b5%ec%85%94%eb%84%90-%ec%b2%b4%ec%9d%b4%eb%8b%9d%ea%b3%bc-nil-%eb%b3%91%ed%95%a9-%ec%97%b0%ec%82%b0%ec%9e%90/) |