Scott Meyers' DConf 2014 keynote "The Last Thing D Needs"

Walter Bright via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu May 29 16:54:55 PDT 2014


On 5/29/2014 3:19 PM, Dmitry Olshansky wrote:
> With the reason being?

The same reason you might want to put:

   @nogc:
   ...

at the beginning of a source module instead of:

   @nogc: {
     ...
   }


More information about the Digitalmars-d-announce mailing list