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?