On 2/24/14, 12:40, monarch_dodra wrote: > > Also, a "qstring" can only contain valid D tokens ("token string"). If > your mixin string does not adhere some the base D syntaxic rules, you'll > get a compilation error. In particular, you'll need balanced > bracing/parenthesising, and correctly formed tokens. Oh, I did not know that. Interesting.