String.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(string init_)
    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