How to stringify a template instantiation expression?

Yuxuan Shui yshuiv7 at gmail.com
Wed Feb 28 15:09:56 UTC 2018


For a template instantiation expression like A!(B, C!(D, E)), I 
want to get a string "A!(B, C!(D, E))", better if A, B, C, D, E 
is replaced by fully qualified name.

Is this possible?


More information about the Digitalmars-d mailing list