Works like reduce(), but the list is iterated starting at the tail.
reduce()
Callback function.
Initial value.
Linked list.
Result of the last execution of the callback.
Works like
reduce()
, but the list is iterated starting at the tail.