Skip to content

Instantly share code, notes, and snippets.

@sylvanaar
Created March 14, 2016 18:10
Show Gist options
  • Save sylvanaar/60a12797b7decf99d597 to your computer and use it in GitHub Desktop.
Save sylvanaar/60a12797b7decf99d597 to your computer and use it in GitHub Desktop.
Should this need a try or do/catch
let a = ["foo", "bar", "baz", ""]
let allLenGreaterThanZero = a.map {$0.characters.count>0}.reduce(false, combine: { $0 || $1})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment