[phobos] datetime review

Andrei Alexandrescu andrei at erdani.com
Sat Oct 9 21:23:37 PDT 2010


On 10/9/10 20:40 CDT, Denis wrote:
> I believe in D one should be able to write a RangedInt(int lowerBound,
> int upperBound) type

More precisely: BoundedInt(long lowerBound, ulong upperBound) so it can 
express any range of any number.

Andrei


More information about the phobos mailing list