Skip to content

Instantly share code, notes, and snippets.

@mildocjr
Created August 11, 2018 01:50
Show Gist options
  • Save mildocjr/d18d73e088c00c8fd203468bf8799a87 to your computer and use it in GitHub Desktop.
Save mildocjr/d18d73e088c00c8fd203468bf8799a87 to your computer and use it in GitHub Desktop.
type-cast-3
var integerValue = 42
var stringValue = integerValue as? String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment