Lodash.xor

Creates an array of unique values that is the symmetric difference of the given arrays. The order of result values is determined by the order they occur in the arrays.

struct Lodash
nothrow @trusted @safe ref
xor
(
ARGS...
)
(
auto ref ARGS arrays
)

Return Value

Type: auto ref

- Lodash chained on (Array): the new array of filtered values.

Meta