mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
1d5983aded
This commit deprecates the `count`, `range` and `range_step` functions in `iter`, in favor of range notation. To recover all existing functionality, a new `step_by` adapter is provided directly on `ops::Range` and `ops::RangeFrom`. [breaking-change]