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