You are currently viewing a revision titled "downcast", saved on 2020-04-21 오후 9:59 by 야곰 | |
---|---|
제목 | downcast |
내용 | 다운캐스트.
스위프트 언어에서 객체를 그 객체(object)의 서브클래스(subclass, 하위클래스, 자식클래스(child class))의 타입으로 캐스트를 시도하는 것.
To attempt to cast an object to one of its subclass types. |
요약글 | |
Markdown content | 다운캐스트.
스위프트 언어에서 객체를 그 [객체(object)](/docs/object)의 [서브클래스(subclass, 하위클래스, 자식클래스(child class))](/docs/subclass)의 타입으로 캐스트를 시도하는 것.
To attempt to cast an object to one of its subclass types. |