Executes the provided callback function on each element of
the list, resulting in a single output value, which gets successively
passed to the callback function in the next execution.
The first time the callback function is executed, it receives the
initial value.
The result of the last execution of the callback function is returned.
Executes the provided callback function on each element of the list, resulting in a single output value, which gets successively passed to the callback function in the next execution.
The first time the callback function is executed, it receives the
initial
value.The result of the last execution of the callback function is returned.