Creates a new array with unique elements determined by the result of an iteratee function.
The iteratee is invoked for each element to generate a key by which uniqueness is computed.
Elements that produce the same key are treated as duplicates and only the first occurrence is kept.
Creates a new array with unique elements determined by the result of an iteratee function.
The iteratee is invoked for each element to generate a key by which uniqueness is computed. Elements that produce the same key are treated as duplicates and only the first occurrence is kept.