Request: Auto string mixin templates
monarch_dodra
monarchdodra at gmail.com
Tue Jul 30 06:03:45 PDT 2013
On Tuesday, 30 July 2013 at 12:25:47 UTC, JS wrote:
> First how does that remove having to type mixin every time?
That will *never* happen. Having the keyword *mixin* at call site
is important so the caller understand what is actually happening.
Without this, you are basically injecting a macro into caller
code. Good luck with the re-read.
More information about the Digitalmars-d
mailing list