API Documentation
class
CountIterator
package
itertools
@:directlyUsed
An iterator that counts up integers.
Constructor
new
(
n:
Int
,
step:
Int
)
Methods
hasNext
():
Bool
next
():
Int