Signature
path=null start=null
Type Parameters
- T
Parameters
- arr:
T[]- The array to be checked.
Returns
boolean - True if all values in the array are unique, false otherwise.
Checks if an array has unique values.
T[] - The array to be checked.boolean - True if all values in the array are unique, false otherwise.