The OpenD Programming Language

stringBuf

@trusted pure nothrow @nogc @property
stringBuf
(
C = char
uint scopeSize = 256
)
()
if (
is(C == char) ||
is(C == wchar)
||
is(C == dchar)
)

Meta