Skip to content

Instantly share code, notes, and snippets.

@mildocjr
Created August 11, 2018 01:56
Show Gist options
  • Save mildocjr/db2aaaf1944c1a257a251e9ac99dac23 to your computer and use it in GitHub Desktop.
Save mildocjr/db2aaaf1944c1a257a251e9ac99dac23 to your computer and use it in GitHub Desktop.
if-let-5
if let actualInteger = possibleInteger,
let actualDouble = actualInteger as? Double {
// do stuff with actualInteger
// or actualDouble
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment