CTFE & template predicates

anonymous via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon May 4 05:14:23 PDT 2015


On Monday, 4 May 2015 at 11:41:23 UTC, Robert M. Münch wrote:
> Hi, I have one more questions: Is it possible to write 
> something like this?
>
> alias rules = StaticFilter!(startsNotWith(?, 'p'), org_rules);
>
> The ? should be used for every memember of org_rules.

No, we don't have template literals.


More information about the Digitalmars-d-learn mailing list