CountdownIter[optional T: (Int & Integer[T] val)]¶
Implements¶
- Iterator[T] ref
Constructors¶
create¶
Create am Iterator that counts down according to the specified arguments.
from is exclusive, to is inclusive.
Parameters¶
- from: T
- to: T = call
Returns¶
- CountdownIter[T] ref^
Public Functions¶
has_next¶
Returns¶
- Bool val
next¶
Returns¶
- T