On 03/22/2014 06:03 PM, Jay Norwood wrote:

> derr.writefln("time: ", sw.peek().msecs, "[ms]");

Cool. stderr should work too:

    stderr.writefln(/* ... */);

Ali

Reply via email to