mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
FileMembers.put
mir
stdio
FileMembers
Outputs a single value of type C to the file.
void
put
(C data)
mixintemplate
FileMembers
()
scope
void
put
(
C
)
(
const
C
data
)
if
(
is
(
C
==
char
) ||
is
(
C
==
wchar
) |
is
(
C
==
dchar
)
)
void
put
(const(C)[] data)
mir
stdio
FileMembers
functions
put
write
writeln
templates
opBinary
Outputs a single value of type C to the file.