HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.03k stars 648 forks source link

Add iterator method to IntIterator to work as Iterable #11665

Closed kaug-whis closed 1 month ago

kaug-whis commented 1 month ago

This would close #11664

Simn commented 1 month ago

An Iterator isn't an Iterable, so this isn't the correct fix. I'll close this so we can discuss the rest in #11664.