Iterated elements type.
A type of reduced value.
An iterable to reduce values of.
A function to apply the value returned from the previous reducer
call and to each element.
Initial value passed to the first reducer
call.
Reduced value returned from the last reducer
call, or initialValue
if there is no elements in the given
iterable
.
Generated using TypeDoc
Applies a function against an accumulator and each element of the given
iterable
to reduce elements to a single value.