Skip to content

Instantly share code, notes, and snippets.

@jcm93
Created June 29, 2016 23:30
Show Gist options
  • Save jcm93/eb65bb449d5183ff0d15b8aa8e5d3569 to your computer and use it in GitHub Desktop.
Save jcm93/eb65bb449d5183ff0d15b8aa8e5d3569 to your computer and use it in GitHub Desktop.
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