Skip to content

Instantly share code, notes, and snippets.

@vrutberg
Created February 21, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrutberg/525241d6c40f1064366b2f106b2e7a81 to your computer and use it in GitHub Desktop.
Save vrutberg/525241d6c40f1064366b2f106b2e7a81 to your computer and use it in GitHub Desktop.
if let petName = people.first?.pets.first?.name {
print(petName)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment