You are currently viewing a revision titled "type inference", saved on 2020-04-05 오전 11:32 by 야곰 | |
---|---|
제목 | type inference |
내용 | 타입 추론.
스위프트 언어에서 변수 혹은 상수 등에 타입을 명시하지 않아도 스위프트 컴파일러가 문맥에 따라 값의 타입을 결정할 수 있는 능력.
The ability of the Swift compiler to determine the type of a value from context, without an explicit type declaration. |
요약글 | |
Markdown content | 타입 추론.
[스위프트 언어](/docs/swift)에서 변수 혹은 상수 등에 타입을 명시하지 않아도 스위프트 컴파일러가 문맥에 따라 값의 타입을 결정할 수 있는 능력.
The ability of the Swift compiler to determine the type of a value from context, without an explicit type declaration.
|