String.this

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

class String
this
(
string init_ = null
)

Parameters

init_ string

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

Return Value

the new #GString