Leather Engine Documentation
View source
class
RangeIterator
package
thx
import
thx.Ints
@:directlyUsed
Constructor
@:value({ step : 1, stop : null })
new
(
start:
Int
,
?stop:
Int
,
step:
Int
= 1
)
Methods
hasNext
():
Bool
next
():
Int