I want to be able to do something like this:

enum a = 32
enum b = { q,w,e,r,t,y }

CtType ctype = getCtType!(a); // -> Would become CtType.enumConstant
CtType ctype1 = getCtType!(b); // -> Would become CtType.enum_

Reply via email to