On Monday, 8 February 2016 at 13:37:19 UTC, Andrei Alexandrescu wrote:
On 2/7/16 7:11 PM, John Colvin wrote:
alias dump = dumpTo!stdout;
alias errDump = dumpTo!stderr;

I'm hoping for something with a simpler syntax, a la dump!(stdout, "x") where stdout is optional. -- Andrei

Why would `stdout` need to be a template argument?

Reply via email to