Closed Wuestengecko closed 2 years ago
These methods return Iterator objects, not just Iterables. While it's a very subtle (and in most cases unnoticeable) difference, it does fix a false-positive error when using next().
Iterator
Iterable
next()
Thanks
These methods return
Iterator
objects, not justIterable
s. While it's a very subtle (and in most cases unnoticeable) difference, it does fix a false-positive error when usingnext()
.