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)"

Reply via email to