String.this

wchar_t constructor. S can be a slice or a null-terminated pointer.

  1. this(godot_string str)
  2. this(S str)
    struct String
    @nogc nothrow
    this
    (
    S
    )
    (
    in S str
    )
    if (
    isImplicitlyConvertible!(S, const(wchar_t)[]) ||
    isImplicitlyConvertible!(S, const(wchar_t)*)
    )
  3. this(S str)

Meta