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