String.this

UTF-8 constructor. S can be a slice (like string) or a null-terminated pointer.

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

Meta