Passes all of an iterator's items to an accumulator function in reverse order.
Equivalent to fold
, except that it invokes iter-next-back!
on the base iterator, rather than iter-next!
.
Passes all of an iterator's items to an accumulator function in reverse order.
Equivalent to fold
, except that it invokes iter-next-back!
on the base iterator, rather than iter-next!
.