Get complete function declaration

SrMordred via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 18 06:35:49 PDT 2017


There is a way to get the full function(or any other structure) 
declaration with traits? Or I will have to mount it with 
std.traits functions?

eg.
void add(int x, int y){}

GetFullFunctionDeclaration!add; //return "void add(int x, int y)"



More information about the Digitalmars-d-learn mailing list