Skip to content

Instantly share code, notes, and snippets.

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