Optional
arrays: null | List<T>The arrays to inspect.
Optional
comparator: Comparator<T>The comparator invoked per element.
Returns the new array of values.
_.xorWith
Optional
comparator: Comparator<T>_.xorWith
Rest
...comparator: (undefined | null | List<T> | Comparator<T>)[]Generated using TypeDoc
This method is like
_.xor
except that it acceptscomparator
which is invoked to compare elements ofarrays
. The comparator is invoked with two arguments: (arrVal, othVal).Example