Creates an array of unique values, in order, from all given arrays using a provided mapping function to determine equality.
A new array containing the union of unique elements from arr1
and arr2
, based on the values returned by the mapping function.
Alias