forEachInRange
fun CalendarPage.forEachInRange(dateRange: ClosedRange<LocalDate>, block: (flatIndex: Int, CalendarDay) -> Unit)
Content copied to clipboard
Executes the given block on each date on this page that exists within dateRange