21.02.2012 21:42, Robert Rouse пишет:
...
    mixin("alias _method " ~ toLower(typeid(T)) ~ ";" );
...

Try
typeid(T).toString();
or
typeof(T).stringof;

typeid does not return a string type.

Reply via email to