Subject: | allow IntRange and NumRange to only have upper bounds |
For *Range types, it's currently possible to specify either
1. lower and upper bounds
2. lower bound only
fI've of course come across a case where I'd like to have
3. upper bound only
The obvious(?) way of signalling this would be to allow "undef" for the lower bound, e.g.
IntRange[undef,20]
to indicate there is no lower bound.
Any thoughts? Patch welcomed?
Thanks,
Diab