A.Enum.sum

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

Specs

sum(t(num)) :: num when num: number()

Returns the sum of all elements.

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