Skip to content

Instantly share code, notes, and snippets.

@adagio
Created June 14, 2017 01:24
Show Gist options
  • Save adagio/ceb7010ca70fe3342e5809af51427bba to your computer and use it in GitHub Desktop.
Save adagio/ceb7010ca70fe3342e5809af51427bba to your computer and use it in GitHub Desktop.
Map for string characters
var str = "Hello, playground"
var strings = [String]()
str.characters.map{strings.append(String($0))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment