The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
FileMembers.put
mir
stdio
FileMembers
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)
Meta
Source
See Implementation
mir
stdio
FileMembers
functions
put
write
writeln
templates
opBinary