-`mapper` (`(item: T) => U`): The function to map array elements to comparison values.
### Returns
(`T[]`): An array containing the elements that are present in either `arr1` or `arr2` but not in both, based on the values returned by the mapping function.