Am Tue, 28 May 2013 22:51:29 +0900 schrieb Kenji Hara <[email protected]>:
> 2013/5/28 Manu <[email protected]> > > > This code works. > Interesting. I tried that as well but used writeln to print the output: writeln(__traits(getAttributes, func!"a")); //Fails enum result = __traits(getAttributes, func!"a"); writeln(result); //works Is this a known bug?
