rust/src/libcore/iter
Yuki Okushi e365d5aac6
Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC
Fix documentation for `Iterator::count()`.

The documentation of std::core::Iterator::count() stated that the number returned is the number of times `next` is called on the iterator. However this is not true as the number of times `next` is called is exactly one plus the number returned by `count()`.
2019-11-13 22:09:11 +09:00
..
adapters Halloween... time to get rid of 👻 2019-11-06 11:04:42 +01:00
traits Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC 2019-11-13 22:09:11 +09:00
mod.rs doc: reword iter module example and mention other methods 2019-10-30 15:52:28 +00:00
range.rs implement nth_back for RangeInclusive 2019-06-09 22:45:11 +02:00
sources.rs Avoid closures in OnceWith and Successors 2019-08-12 15:03:44 -07:00