On Saturday, 21 June 2014 at 13:45:14 UTC, Philippe Sigaud via Digitalmars-d-learn wrote:
Out of curiosity, why use a mixin template containing a string mixin instead of, well, directly injecting a string mixin in your struct,
with a function?

Hiding non-hygienic implementation behind a more reliable interface.

Reply via email to