If you don't need to use any compile-time reflection on the type itself (i.e.you just need its name), you can use a string mixin. - Jonathan M Davis
You mean i should pack the whole mixin template in a string? Isn't that a little bit ugly?
If you don't need to use any compile-time reflection on the type itself (i.e.you just need its name), you can use a string mixin. - Jonathan M Davis
You mean i should pack the whole mixin template in a string? Isn't that a little bit ugly?