Idioms you use
Freddy via Digitalmars-d
digitalmars-d at puremagic.com
Mon Sep 28 14:40:43 PDT 2015
Are any D idioms you use that you like to share?
Heres one of mine
---
enum ctfe =
{
return 0xdead & 0xbad;
}();
---
More information about the Digitalmars-d
mailing list