std.reflection prototype

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 5 01:52:18 PDT 2015


On 2015-04-04 21:49, bitwise wrote:
> One more question:
>
> Does anyone know why TypeInfo_class.getMembers() was removed? [1]
>
> I found an old post saying that it never worked and returned an empty
> array, so that is most likely the answer

Yes.

> but although getMembers was
> removed, Walter seems to have left behind the classes MemberInfo,
> MemberInfo_field, and MemberInfo_function, so I'm guessing there is
> still hope of having them implemented one day. [2]

I don't know why they were not removed.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list