How to check a Swift type for a variable?
Answered
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...
Please sign in to leave a comment.
Closest thing so far as I can tell is F1.