|
|
|
|
|
by dreamcompiler
1113 days ago
|
|
> It then applies the function to successive pairs of sequence elements. No. #'reduce may take the first pair as an optimization step, but from that point on it processes sequence elements one at a time. It passes an accumulated value and the next sequence value to the function. |
|