Skip to content

iter::distinct

distinct(items)

ParameterTypeDescription
itemsIterable

Returns

(Generator) A list of the distinct items in the given Iterable.