rust/library/core/src/iter
Yuki Okushi 0fa4f0ba62
Rollup merge of #86415 - Kmeakin:iterator-associativity-docs, r=dtolnay
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.
2021-06-24 13:47:34 +09:00
..
adapters Add comments around code where ordering is important due for panic-safety 2021-06-22 19:06:55 +02:00
sources Implement more Iterator methods on core::iter::Repeat 2021-05-15 10:37:05 -07:00
traits Document associativity of iterator folds. 2021-06-17 20:42:48 +01:00
mod.rs Specialize implementations 2021-05-26 18:07:09 -04:00
range.rs Add doc(hidden) to all __iterator_get_unchecked 2021-06-16 22:08:44 -07:00
sources.rs Split iterator sources into different modules 2020-11-22 02:39:21 +03:00