Skip to content

Instantly share code, notes, and snippets.

@aarti
Created March 29, 2015 22:50
Show Gist options
  • Save aarti/8c345be82f23c2841ebb to your computer and use it in GitHub Desktop.
Save aarti/8c345be82f23c2841ebb to your computer and use it in GitHub Desktop.
Swift global functions
var fullName = "Aarti Parikh"
var fullNameArr = split(fullName) {$0 == " "}
println(fullNameArr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment