StringBuilder

Undocumented in source.

Constructors

this
this(Args args)
Undocumented in source.

Members

Aliases

ElementData
alias ElementData = SafeUnion!(true, char, string, const(char)[], StringIntern, long, double)
Undocumented in source.

Functions

getRequiredSize
size_t getRequiredSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getStringTmp
StringTmp getStringTmp(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
StringBuilder opBinary(T lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
StringBuilder opBinaryRight(T lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isProperType
bool isProperType()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Element
struct Element
Undocumented in source.

Variables

elements
Vector!Element elements;
Undocumented in source.

Meta