A.Enum.each
You're seeing just the function
each
, go back to A.Enum module for more information.
Specs
Invokes the given fun
for each element in the enumerable
.
Mirrors Enum.each/2
with higher performance for Aja structures.