The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
FileMembers
mir
stdio
mixin template
FileMembers () {
void
put
(C data);
void
put
(const(C)[] data);
template
opBinary
(string op : "<<")
;
void
writeln
(Args args);
void
write
(Args args);
}
Members
Functions
put
void
put
(C data)
put
void
put
(const(C)[] data)
write
void
write
(Args args)
Writes values in a text form
writeln
void
writeln
(Args args)
Writes values in a text form
Templates
opBinary
template
opBinary
(string op : "<<")
Meta
Source
See Implementation
mir
stdio
classes
FileError
FileException
enums
NewLine
functions
derr
dout
dump
terr
tout
write
writeln
manifest constants
endl
mixin templates
FileMembers
structs
AssumeNothrowFile
File