The array to search.
A new array containing only the unique elements.
This method filters duplicates by inserting all elements into a Set.
Therefore, each element is compared using same-value-zero equality,
which has the same behavior as Object.is,
except +0 and -0 are considered equal.
Gets only the unique elements of an array.