A.Enum.uniq
You're seeing just the function
uniq
, go back to A.Enum module for more information.
Specs
Enumerates the enumerable
, removing all duplicated elements.
Mirrors Enum.uniq/1
with higher performance for Aja structures.