How to check a Swift type for a variable?
已回答
It there any way to check the variable type in a swift instruction like this?
```
let stomeThing = myObject.function()
```
Something similar to Xcode alt+click...
请先登录再写评论。
Closest thing so far as I can tell is F1.