Created
April 19, 2016 11:39
-
-
Save OctoberHammer/e8f2dfba4b9b75c4c784484bc46fc4a5 to your computer and use it in GitHub Desktop.
How to leave only unique values in Array
This file contains 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
uniqueValues = Array(Set(uniqueValues)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment