mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
0fa4f0ba62
Document associativity of iterator folds. Document the associativity of `Iterator::fold` and `DoubleEndedIterator::rfold` and add examples demonstrating this. Add links to direct users to the fold of the opposite associativity.