HaxeFoundation / HaxeFoundation/haxe.org-comments
[code.haxe.org] Data structures - Stepped iterator
Open
- Dominant language
- No language data
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Stepped iterator - Data structures - Haxe programming language cookbook
Haxe has a special range operator for(i in 0...5) to iterate forward. This does not allow to modify i in place, thus you cannot make it iterate in steps.
[https://code.haxe.org/category/data-structures/step-iterator.html](https://code.haxe.org/category/data-structures/step-iterator.html)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.