If you need a member, use __traits(getMember, T, "name").
Re: Overloads not returning appropriate info. [Field reflunkory]
Adam D. Ruppe via Digitalmars-d-learn Fri, 05 Apr 2019 08:41:14 -0700
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`.
- Overloads not returning appropriat... Alex via Digitalmars-d-learn
- Re: Overloads not returning a... Alex via Digitalmars-d-learn
- Re: Overloads not returni... Adam D. Ruppe via Digitalmars-d-learn
- Re: Overloads not returning a... Adam D. Ruppe via Digitalmars-d-learn
- Re: Overloads not returni... Alex via Digitalmars-d-learn
- Re: Overloads not ret... Adam D. Ruppe via Digitalmars-d-learn
- Re: Overloads not... Alex via Digitalmars-d-learn
- Re: Overload... Paul Backus via Digitalmars-d-learn
- Re: Overload... Adam D. Ruppe via Digitalmars-d-learn
- Re: Over... Alex via Digitalmars-d-learn
- Re: Overload... FeepingCreature via Digitalmars-d-learn