Created
March 29, 2015 22:50
-
-
Save aarti/8c345be82f23c2841ebb to your computer and use it in GitHub Desktop.
Swift global functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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