Return the argument list as a string.
int add(int a, int b); static assert(refract!(add, "add").argumentMixture == "_0");
See Implementation
Return the argument list as a string.