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.

Reply via email to