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?
2)
"to the file" ... which file?
-manfred
I, too, think that the Documentation is rather insufficient. But
2) is only a matter of formatting. Is's the file you call 'write'
on, because 'write' belongs to the struct File as indicated by
indentation.