StringBuf.buffer

Provides access to the underlying ScopedBuffer used for character storage within the StringBuf.

struct StringBuf(C, uint scopeSize = 256)
ScopedBuffer!(C, scopeSize) buffer;