Removes duplicate values from an array.
The type of the array items.
The array to remove duplicates from.
A new array with a different reference in memory, with the duplicates removed.
Removes duplicate values from an array.