On 14.12.2009 18:41, Andrei Alexandrescu wrote:
I just had a little related idea. If you (Eldar) put the property in the naming convention, then you may be able to simplify things by using __traits(allMembers, Type), which works now. For example: all signals start with "signal_" and all slots start with "slot_". Would that work? Andrei
I think we'll use that approach as a stop-gap. Thanks!
