Skip to content

Instantly share code, notes, and snippets.

@suraphanL
Last active September 10, 2016 19:14
Show Gist options
  • Save suraphanL/32ff6ad8e105927081178117910dab1f to your computer and use it in GitHub Desktop.
Save suraphanL/32ff6ad8e105927081178117910dab1f to your computer and use it in GitHub Desktop.
let mappedStrings = intArray.map { "\($0)" }
let squared = intArray.map { $0 * $0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment