Skip to content

Instantly share code, notes, and snippets.

@tranhieutt
Created July 4, 2017 07:53
Show Gist options
  • Save tranhieutt/07b9d66514c052b03cf7dfa451046755 to your computer and use it in GitHub Desktop.
Save tranhieutt/07b9d66514c052b03cf7dfa451046755 to your computer and use it in GitHub Desktop.
[Swift] - map
let square = values.map {value in value * value}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment