this is almost a workaround for the lack of named parameters

J not_avail at notavailable.com
Thu Mar 21 11:39:36 PDT 2013


   // CORRECTION:
   // and have it turned into this:
   with(myfunc) { z =2; x = -123; y = 200; }
   auto r = myfunc.call("named");


More information about the Digitalmars-d mailing list