Package-level declarations
Functions
Link copied to clipboard
fun ClosedRange<LocalDate>.toIterable(amount: Long = 1, unit: TemporalUnit = ChronoUnit.DAYS): Iterable<LocalDate>
Converts range of local dates to Iterable.
Converts range of local dates to Iterable.