Skip to content

Instantly share code, notes, and snippets.

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