num-iter icon indicating copy to clipboard operation
num-iter copied to clipboard

Generic Range iterators for Rust

Results 1 num-iter issues
Sort by recently updated
recently updated
newest added

See [this line](https://docs.rs/num-iter/0.1.39/src/num_iter/lib.rs.html#87) which references rust-lang/rust#10414, now closed. The modern `Range` trait in the stdlib uses an unstable [`Step`](https://doc.rust-lang.org/std/iter/trait.Step.html) trait to generate its `size_hint`; perhaps something similar would work for...

breaking change