So why was typedef bad?

Ali Çehreli via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 31 14:22:18 PDT 2016


On 08/31/2016 06:44 AM, Ethan Watson wrote:

 > And it makes that member private. You
 > know what this means - if I try to parse over it for my serialisation
 > pass for Binderoo, I can't use __traits( allMembers ) to get to it.

Hopefully, with enough whining we will have that behavior reversed. :) 
__traits(allMembers) should give "all members".

Ali



More information about the Digitalmars-d mailing list