Overloads not returning appropriate info. [Field reflunkory]

Adam D. Ruppe destructionator at gmail.com
Fri Apr 5 15:38:18 UTC 2019


BTW `T.stringof` is usually a bug waiting to happen. You are 
using mixin in a lot of places where you shouldn't be and this is 
going to lead to name conflicts, import problems, and more. Just 
use `T`.

If you need a member, use __traits(getMember, T, "name").


More information about the Digitalmars-d-learn mailing list