Skip to content

Instantly share code, notes, and snippets.

@luanpotter
Created March 29, 2021 00:14
Show Gist options
  • Save luanpotter/98ce5dd64bf25a52fa1ecaefc8cc95d0 to your computer and use it in GitHub Desktop.
Save luanpotter/98ce5dd64bf25a52fa1ecaefc8cc95d0 to your computer and use it in GitHub Desktop.
if let animal = animal { // short for `let animal = animal as Animal`
animal.live() // animal is not nil here!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment