I'm having problems when I try to used it though. For example:
```Dwriteln(typeOfMember!(T, member).stringof); // Doesn't work: Error: initializer must be an expression, not `int[]`
writeln(typeof(__traits(getMember, T, member)).stringof); // Expand the enum, it works.
``` What is the problem here? I'm using the LDC 1.27.1.