Skip to content

Instantly share code, notes, and snippets.

@Temidtech
Created July 1, 2019 09:14
Show Gist options
  • Save Temidtech/7884f3cf9b5ebff4929736832db26026 to your computer and use it in GitHub Desktop.
Save Temidtech/7884f3cf9b5ebff4929736832db26026 to your computer and use it in GitHub Desktop.
var y = 5 
var x = y as? String 
println(x) //gives a null as a result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment