DIP 1030--Named Arguments--Community Review Round 1 Discussion

Adam D. Ruppe destructionator at gmail.com
Tue Feb 11 13:17:20 UTC 2020


On Tuesday, 11 February 2020 at 09:29:22 UTC, Timon Gehr wrote:
> int troll(int ret){ return ret; }
>
> void main(){
>     wrapWithPrint!troll(2);
> }

lol, indeed. There can be downsides to inheriting random names :)


More information about the Digitalmars-d mailing list