so in this case you'd want `class DateRange(val st...
# getting-started
t
so in this case you'd want
class DateRange(val start: MyDate, val endInclusive: MyDate) : Iterable<MyDate>