Currently it uses `for x in self`, which seems dubious within an iterator method. Furthermore, `self.next()` is used in all the other iterator methods. |
||
|---|---|---|
| .. | ||
| adapters | ||
| traits | ||
| mod.rs | ||
| range.rs | ||
| sources.rs | ||
Currently it uses `for x in self`, which seems dubious within an iterator method. Furthermore, `self.next()` is used in all the other iterator methods. |
||
|---|---|---|
| .. | ||
| adapters | ||
| traits | ||
| mod.rs | ||
| range.rs | ||
| sources.rs | ||