UIString.this

create string with raw value; deprecated, use fromRaw() instead

  1. this(string id)
  2. this(dstring value)
    struct UIString
    deprecated
    this
    (
    dstring value
    )
  3. this(string id, dstring fallbackValue)

Meta