Why is high/low defined on values and not only on typedesc? Are there cases 
where it's actually useful? Otherwise I think it's just a bug, someone used 
`proc high(n: T): T` instead of `proc high(T: typedesc): T` and this would 
disable this misuse.

Reply via email to