stringbuffer

Undocumented in source.

Members

Aliases

StringBuffer
alias StringBuffer = StringBufferImpl!512

Structs

StringBufferImpl
struct StringBufferImpl(int stackLen)

A super simple string buffer that will free its string if its gets out of scope. To use it as a OutputRange use the value returned from the writer method. getData will return a string that points to the data stored in the StringBuffer. If the StringBuffer gets cleared up the string returned by getData can no longer be used.

Meta