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.
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.