Skip to content

Instantly share code, notes, and snippets.

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

  • Save nickarthur/8e82218f875b2d32405d115791d3bf6a to your computer and use it in GitHub Desktop.

Select an option

Save nickarthur/8e82218f875b2d32405d115791d3bf6a 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