The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
File
mir
stdio
struct
File {
core
.
stdc
.
stdio
.
FILE
*
fp
;
void
rawWrite
(const(void)[] data);
void
flush
();
}
Members
Functions
flush
void
flush
()
rawWrite
void
rawWrite
(const(void)[] data)
Variables
fp
core
.
stdc
.
stdio
.
FILE
*
fp
;
Mixed In Members
From
mixin
FileMembers
put
void
put
(C data)
put
void
put
(const(C)[] data)
opBinary
template
opBinary
(string op : "<<")
writeln
void
writeln
(Args args)
write
void
write
(Args args)
Writes values in a text form
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