A.Enum.uniq

You're seeing just the function uniq, go back to A.Enum module for more information.

Specs

uniq(t(val)) :: [val] when val: value()

Enumerates the enumerable, removing all duplicated elements.

Mirrors Enum.uniq/1 with higher performance for Aja structures.