So that I can implement something like
show(Arg)(lazy Arg arg) { writeln(arg.sourceof, arg); } used as show(1+2+3); will print 1+2+3:6
Per Nordlöw via Digitalmars-d-learn Mon, 09 Apr 2018 01:32:17 -0700
So that I can implement something like
show(Arg)(lazy Arg arg) { writeln(arg.sourceof, arg); } used as show(1+2+3); will print 1+2+3:6