Skip to content

Instantly share code, notes, and snippets.

@salmaanahmed
Created January 28, 2019 12:14
Show Gist options
  • Save salmaanahmed/3ab49ef11cd6f36c224c74a879d1d2ea to your computer and use it in GitHub Desktop.
Save salmaanahmed/3ab49ef11cd6f36c224c74a879d1d2ea to your computer and use it in GitHub Desktop.
[1, 2, 3, -1, -2].lazy.filter({ $0 > 0 }).count // => 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment