This Week in D #37 - forum tutorials and tip on using UDAs
Jacob Carlborg via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Sep 29 00:09:34 PDT 2015
On 2015-09-28 15:03, Adam D. Ruppe wrote:
> The tip here is one I've been talking about on irc a little and decided
> to write up this time. Using a mixin template to hold the source code of
> a thing to be transformed is something I think is kinda cool.... though
> I haven't actually used it in a real project yet. (Actually, I've barely
> used UDAs in the real world at all yet. I was so excited for them when
> they were new, but it took so long to materialize that I found other
> ways to do my stuff and now haven't transitioned!)
This looks pretty cool. Unfortunately the original code needs to be
contained inside a template :( .
--
/Jacob Carlborg
More information about the Digitalmars-d-announce
mailing list