Array-wise assignment on unallocated array

Kagamin spam at here.lot
Tue Jul 27 10:48:14 PDT 2010


Andrej Mitrovic Wrote:

> I think assignments to unallocated arrays should throw a runtime exception, or at least give out a compile warning.

array operation is not an array assignment, it's an operation on existing array.
null array is an array of length 0.
A warning may help here.


More information about the Digitalmars-d mailing list