On Monday, 29 July 2013 at 06:17:10 UTC, Manfred Nowak wrote:
http://dlang.org/phobos/std_stdio.html:

void write(S...)(S args);
    Writes its arguments in text format to the file.

1)
Feeding "arguments in text format" into the search-function for the whole site does not give a hint to `toString'.

What am I missing?

I'm not sure what results you are interest in when searching for "arguments in text format." If I search for "convert object to string/text" then I get some references to toString or std.conv.

Reply via email to