Tried tackling #58 but I wasn't able to figure out a way to actually implement what was being talked about in the issue for now, though while I was at it I did implement ExactSizeIterator for a lot of other simpler iterators if that change is welcome. I also found a few size_hints that seemed to be incorrect or wouldn't track the iterators progressions.
Tried tackling #58 but I wasn't able to figure out a way to actually implement what was being talked about in the issue for now, though while I was at it I did implement
ExactSizeIterator
for a lot of other simpler iterators if that change is welcome. I also found a fewsize_hints
that seemed to be incorrect or wouldn't track the iterators progressions.