Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created February 11, 2020 09:14
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 fitomad/cb9729abb2110c519734b960a75c7869 to your computer and use it in GitHub Desktop.
Save fitomad/cb9729abb2110c519734b960a75c7869 to your computer and use it in GitHub Desktop.
// Esta uso no cumple con la regla (Root) -> Value
let theITCrowd = bunchOfUsers.filter(.\departamento == .it)
// Sigue sin cumplir con la regla (Root) -> Value
let theITCrowd = bunchOfUsers.filter(.\departamento)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment