String.this

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

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

Meta