SpeedyWriter

Undocumented in source.

Members

Aliases

flockfile
alias flockfile = _lock_file
Undocumented in source.
funlockfile
alias funlockfile = _unlock_file
Undocumented in source.

Enums

isSpeedyCompatibleFormat
eponymoustemplate isSpeedyCompatibleFormat(alias fmt, Args...)
Undocumented in source.

Static functions

buffer_contains
bool buffer_contains(string expected_data)
Undocumented in source. Be warned that the author may not have intended to support it.
done
void done()
Undocumented in source. Be warned that the author may not have intended to support it.
ensure_outbuf_capacity
void ensure_outbuf_capacity(ptrdiff_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
fast_digit_count
int fast_digit_count(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
fast_digit_count
int fast_digit_count(ulong x)
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T ch)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Range r)
Undocumented in source. Be warned that the author may not have intended to support it.
put_gc
void put_gc(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
put_with_joiner
void put_with_joiner(Range r, T sep)
Undocumented in source. Be warned that the author may not have intended to support it.
rawWriteStdout
void rawWriteStdout(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
rawWriteStdout
void rawWriteStdout(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
rawWriteStdout
void rawWriteStdout(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
rawWriteStdout
void rawWriteStdout(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
writef
void writef(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
writef
void writef(Char[] fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
writef_speedy
void writef_speedy(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
writefln
void writefln(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
writefln
void writefln(Char[] fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

digitsbatch
auto digitsbatch;
Undocumented in source.
flocked
bool flocked;
Undocumented in source.
fp
FILE* fp;
Undocumented in source.
outbuf
char[BUFSIZE] outbuf;
Undocumented in source.
outbuf
char[BUFSIZE] outbuf;
Undocumented in source.
outbuf_size
ptrdiff_t outbuf_size;
Undocumented in source.
outbuf_size
ptrdiff_t outbuf_size;
Undocumented in source.
s
SpeedyWriterSink s;
Undocumented in source.
tbl
auto tbl;
Undocumented in source.

Meta