Empty array and AA literals

Timon Gehr timon.gehr at gmx.ch
Sun Apr 6 11:21:49 PDT 2014


On 04/06/2014 05:28 AM, dnspies wrote:
>
> int[][] nested;
>
> nested ~= null;
>
> ~ is overloaded, so how does it know what type I intend null to be?  How
> can I specify it?

(int[]).init


More information about the Digitalmars-d-learn mailing list