Expand description
This crate provides a polyfill for the unstable std::iter::Step trait.
Developers can use this polyfill with the stable Rust compiler. It will be obsoleted when std::iter::Step is stabilized.
The API and documentation is copied from the Rust Core Library.
Traitsยง
- Step
- Objects that have a notion of successor and predecessor operations.