String.this

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

  1. this(StringName n)
  2. this(godot_string str)
  3. this(S num)
  4. this(S str)
    struct String
    this
    (
    S
    )
    (
    in S str
    )
    if (
    isImplicitlyConvertible!(S, const(wchar_t)[]) ||
    isImplicitlyConvertible!(S, const(wchar_t)*)
    )
  5. this(S str)

Meta