EnumExtras.average

You're seeing just the function average, go back to EnumExtras module for more information.

Specs

average(t()) :: nil | integer()

Calculates the average of the elements in the enumerable.

It should return nil if the enumerable is empty.