Returns a new array with the unique values in array, using an optional function to return the key.
array
the unique values in array
an array of values
Optional
an optional function that returns a unique key for each value
Generated using TypeDoc
Returns a new array with the unique values in
array, using an optional function to return the key.Returns
the unique values in
array