Skip to content

Instantly share code, notes, and snippets.

@mildocjr
Created August 11, 2018 01:55
Show Gist options
  • Save mildocjr/f7642c60f3c44144fee3ca5efd40a2f8 to your computer and use it in GitHub Desktop.
Save mildocjr/f7642c60f3c44144fee3ca5efd40a2f8 to your computer and use it in GitHub Desktop.
if-let-4
if let acutualInteger = possibleInteger,
var actualString = possibleString {
// do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment