StaticFormatter

Undocumented in source.

Constructors

this
this(char[] buf)
Undocumented in source.

Members

Functions

accumulate
void accumulate(const(char)[] function(char[]) @(nogc) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
accumulate
void accumulate(const(char)[] delegate(char[]) @(nogc) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
accumulate
void accumulate(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
rewind
void rewind()
Undocumented in source. Be warned that the author may not have intended to support it.
skip
void skip(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

remaining
char[] remaining [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buf
char[] buf;
Undocumented in source.
offset
size_t offset;
Undocumented in source.

Meta