Array void init

"Luís "Luís
Fri Apr 26 08:00:35 PDT 2013


Just to clarify, this is supported, of course:

      double[8] foo = void;
      foo[0] = 1.0;
      foo[1] = 2.0;
      foo[3] = 3.0;
      foo[4] = 3.5;


More information about the Digitalmars-d mailing list