temple ~master (2017-09-10T06:47:52Z)
Dub
Repo
TempleOutputStream
temple
output_stream
Undocumented in source.
struct
TempleOutputStream {
this
(T os);
this
(File f);
this
(void delegate(string) s);
this
(void function(string) s);
void
put
(string s);
void
put
(dchar d);
}
Constructors
this
this
(T os)
Undocumented in source.
this
this
(File f)
Undocumented in source.
this
this
(void delegate(string) s)
Undocumented in source.
this
this
(void function(string) s)
Undocumented in source.
Members
Functions
put
void
put
(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(dchar d)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
temple
output_stream
structs
TempleInputStream
TempleOutputStream