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