Open azzoti opened 15 years ago
If GenericRange becomes non experimental in Scala 2.8, then it should be possible to implement: for (d <- DateTime.now to DateTime.now + 1.month by 1 week)
GenericRange is now called NumericRange
This request may not be possible using NumericRange having looked at what BigDecimal has to do to get to/until/by to work.
If GenericRange becomes non experimental in Scala 2.8, then it should be possible to implement: for (d <- DateTime.now to DateTime.now + 1.month by 1 week)