Skip to content

Instantly share code, notes, and snippets.

@charlieInDen
Created August 23, 2020 06:19
Show Gist options
  • Save charlieInDen/7db31c5f159cdb4403eb22b70fcbbe93 to your computer and use it in GitHub Desktop.
Save charlieInDen/7db31c5f159cdb4403eb22b70fcbbe93 to your computer and use it in GitHub Desktop.
let evenNumbers = [2,4,6,8,10]
let half = evenNumbers.map { $0/2 }
//[1, 2, 3, 4, 5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment