Thesis on metaprogramming in D

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Thu Nov 30 10:48:58 PST 2006


Don Clugston wrote:
> Daniel Keep wrote:
>> Do THAT with templates :3
> 
> void While(lazy bool cond, void delegate() body) {
>    for (; cond; ) body();
> }

Heh, incorrect answer. I don't see a template :P.
</nitpick>



More information about the Digitalmars-d mailing list