- append
Appendable append(const(char)[] csq)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Appendable append(const(char)[] csq, int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Appendable append(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Appendable append(int c)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
Appendable append(float c)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
- setLength
void setLength(int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.