You are currently viewing a revision titled "forced type cast operator", saved on 2020-06-02 오전 6:30 by 야곰 | |
---|---|
제목 | forced type cast operator |
내용 | 강제 타입 캐스트 연산자. as! 로 표현하는 이 연산자는 다운캐스트를 시도하고 그 결과를 강제로 추출한다.
추출에 실패하면 런타임 오류가 발생한다.
An operator (as!) that attempts a downcast and force-unwraps the result. |
요약글 | |
Markdown content | 강제 타입 캐스트 연산자. `as!`로 표현하는 이 연산자는 [다운캐스트](https://yagom.net/docs/downcast/)를 시도하고 그 결과를 강제로 추출한다.
추출에 실패하면 런타임 오류가 발생한다.
An operator (as!) that attempts a downcast and force-unwraps the result.
|