Skip to content

Instantly share code, notes, and snippets.

@nickarthur
Forked from mildocjr/iflet4.swift
Created February 5, 2019 21:55
Show Gist options
  • Select an option

  • Save nickarthur/024f999fca0a9e46ef66090f9f8c7ae2 to your computer and use it in GitHub Desktop.

Select an option

Save nickarthur/024f999fca0a9e46ef66090f9f8c7ae2 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