IntervalIter¶
Iterator over the fire instants of an IntervalRecurrence. Same
state-machine and sticky-error model as the other iterators.
Constructors¶
create¶
Parameters¶
- r: IntervalRecurrence val
- after_posix: (I64 val , I64 val)
Returns¶
- IntervalIter ref^
Public Functions¶
next_fire¶
Returns¶
- ((I64 val , I64 val) | NextFireError)