reduce
reduce copied to clipboard
reduce and itertools::fold1
Hi there!!
Thanks for the good work!
I wanted to point out a similar method implemented in the itertools crate, namely fold1.
Do you think it is worthy to document in the README possible differences and use cases? (I could not spot any difference in the fuctions)
Cheers!
PD: I agree that fold1 might not be the best name. Do you think the name in itertools should change?