Skip to content

Instantly share code, notes, and snippets.

@samdods
Last active October 3, 2018 09:53
Show Gist options
  • Save samdods/db7677c99005d4cbf75ccca1150cf68a to your computer and use it in GitHub Desktop.
Save samdods/db7677c99005d4cbf75ccca1150cf68a to your computer and use it in GitHub Desktop.
// the first person whose street address is empty
people.first(where: ~\.address.street.isEmpty)
// => Returns the Person object for "Dick"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment