<p dir="ltr"><br>
On Feb 15, 2016 1:55 AM, "Chris Angelico" <<a href="mailto:rosuav@gmail.com">rosuav@gmail.com</a>> wrote:<br>
> Allow me to take this opportunity to reiterate the recommendation for<br>
> "reiterable", which has come up enough times that I've completely<br>
> forgotten who first came up with it. An iterable can be iterated over<br>
> at least once; a reiterable can be iterated over more than once, and<br>
> will often produce the same sequence of values each time.</p>
<p dir="ltr">Iterators can be iterated over more than once. They're just required to be empty on the second and subsequent iterations.</p>