Union

_.union([arrays])

Creates an array of unique values, in order, from all given arrays using SameValueZero for equality comparisons.

Arguments

[arrays] (...Array): The arrays to inspect.

Returns

(Array): Returns the slice of array.

Example

Deep