On Thursday, 20 November 2014 at 15:55:21 UTC, H. S. Teoh via Digitalmars-d wrote:
Using unsigned types for array length doesn't necessarily lead to subtle bugs, if the language was stricter about mixing signed and unsignedvalues.
Yes, I think that this is the real issue.