reduce-unique
Reduce an array to unique values, optionally into a separate array.
array-union
Create an array of unique values, in order, from the input arrays
arr-union
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.