Skip to content

Instantly share code, notes, and snippets.

@saoudrizwan
Last active February 11, 2017 02:30
Show Gist options
  • Save saoudrizwan/e096521e9570c9fe2f1c1be0ca7ac7cf to your computer and use it in GitHub Desktop.
Save saoudrizwan/e096521e9570c9fe2f1c1be0ca7ac7cf to your computer and use it in GitHub Desktop.
let numbers = [1, 2, 3, 4, 5].map { $0 * 2 }
print(numbers) // [2, 4, 6, 8, 10]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment