String.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(string init_ = null) nothrow

Creates a new #GString, initialized with the given string.

Parameters

init_the initial text to copy into the string, or null to start with an empty string

Returns

the new #GString