DistinctExtension<T> extension

on

Methods

distinct<TKey>([TKey keySelector(T element)]) Iterable<T>
Returns an iterable representing the distinct values of this iterable. [...]