- [ ] `for i in a_range::from(1).up_to(5).iter() { let _i: &i32 = i; }` compiles - [ ] Tests added as doc tests on `iter()` method
for i in a_range::from(1).up_to(5).iter() { let _i: &i32 = i; }compilesiter()method