Why I'm Excited about D
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Wed Apr 8 09:58:36 PDT 2015
On Wednesday, 8 April 2015 at 16:51:53 UTC, Andrei Alexandrescu
wrote:
> File defines it.
Last time this came up on reddit, I explained that *this* was
exactly why I think "string".writeln is mistaken. writeln does
NOT operate on its string, it doesn't tell the string to do
something, it doesn't transform the string.
It tells a *File* to do something.
More information about the Digitalmars-d
mailing list