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()`. |
||
|---|---|---|
| .. | ||
| adapters | ||
| traits | ||
| mod.rs | ||
| range.rs | ||
| sources.rs | ||