- 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.