On 7/31/14, 12:13 AM, Kagamin wrote:
On Wednesday, 30 July 2014 at 20:41:15 UTC, Andrei Alexandrescu wrote:
Yah but then we have stuttering such as log.log("ehm") which is oddly
the same as log("ehm").

log.write
log.writef

Then you have the globals write and writef which will compete with those in std.stdio. -- Andrei

Reply via email to