Created
June 29, 2016 23:30
-
-
Save jcm93/eb65bb449d5183ff0d15b8aa8e5d3569 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let names = selectedTracks!.map( { return $0.name! } ) | |
let unique_names = Array(Set(names)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment