Skip to main content

Module iter

Module iter 

Source
Expand description

Iterator types.

Modulesยง

date_iter ๐Ÿ”’
An iterator over a range of Dates, yielding each day from start to end inclusive.
month_iter ๐Ÿ”’
An infinite iterator over Months.
weekday_iter ๐Ÿ”’
An infinite iterator over Weekdays.

Structsยง

DateIter
An iterator over a range of Dates, yielding each day from start to end inclusive.
MonthIter
An infinite iterator over Months.
Rev
An iterator that yields the elements of an underlying iterator in reverse order.
WeekdayIter
An infinite iterator over Weekdays.