Just because it's a slow Thursday on this forum
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Tue Feb 9 06:37:33 PST 2016
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. -- Andrei
>
> Why would `stdout` need to be a template argument?
It needn't! -- Andrei
More information about the Digitalmars-d
mailing list