mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-12 06:34:30 +00:00
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.