Returns a list containing only distinct elements from the given array.
Iterable<T> distinct() => toSet();