StringName.this

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

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

Meta