On Tuesday, 23 January 2018 at 00:00:38 UTC, aliak wrote:
Hi, I'm trying to get a list of only member functions of a [...]
Cheers

And a follow up question: should I be using static foreach in there instead of a normal foreach? i.e.

foreach (member; __traits(allMembers, T)) {{
    // same code
}}

And why if yes

Thanks again!

Reply via email to