Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save OctoberHammer/e8f2dfba4b9b75c4c784484bc46fc4a5 to your computer and use it in GitHub Desktop.
Save OctoberHammer/e8f2dfba4b9b75c4c784484bc46fc4a5 to your computer and use it in GitHub Desktop.
How to leave only unique values in Array
uniqueValues = Array(Set(uniqueValues))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment