A.Enum.each

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

Specs

each(t(val), (val -> term())) :: :ok when val: value()

Invokes the given fun for each element in the enumerable.

Mirrors Enum.each/2 with higher performance for Aja structures.