How to use the result of __traits( allMembers , T ) with string mixins ?

Philippe Sigaud via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Apr 28 11:28:18 PDT 2014


On Mon, Apr 28, 2014 at 8:20 PM, Dicebot via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:

> You can do the same iterating directly over allMembers list, why would you
> prefer array here?

Hmm, indeed. One advantage would be to get a range, and thus the power
and filtering, mapping and co.


More information about the Digitalmars-d-learn mailing list