On Thursday, 10 August 2017 at 15:55:41 UTC, Jason Brady wrote:
Wow. That makes perfect sense. I forgot stringof works only with expressions

It works with symbols too. See the following:

template test(){}
pragma(msg, test.stringof);


Reply via email to