On 02/09/2016 06:25 AM, Marc Schütz wrote:
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. -- AndreiWhy would `stdout` need to be a template argument?
It needn't! -- Andrei
