Optional arrays: null | List<T>The arrays to inspect.
Optional iteratee: ValueIteratee<T>The iteratee invoked per element.
Returns the new array of values.
_.xorBy
Optional iteratee: ValueIteratee<T>_.xorBy
Rest ...iteratee: (undefined | null | List<T> | ValueIteratee<T>)[]Generated using TypeDoc
This method is like
_.xorexcept that it acceptsiterateewhich is invoked for each element of eacharraysto generate the criterion by which uniqueness is computed. The iteratee is invoked with one argument: (value).Example