Skip to content

Instantly share code, notes, and snippets.

@saru2020
Created May 20, 2019 07:57
Show Gist options
  • Select an option

  • Save saru2020/3fe83d3ccded34ae1469957c11852e39 to your computer and use it in GitHub Desktop.

Select an option

Save saru2020/3fe83d3ccded34ae1469957c11852e39 to your computer and use it in GitHub Desktop.
//Functional Programming
let contactsAbove20 = contacts.filter({ $0.age > 20 })
print(contactsAbove20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment