StringName.this

Numeric constructor. S can be a built-in numeric type.

  1. this(String s)
  2. this(string s)
  3. this(S num)
    struct StringName
    this
    (
    S
    )
    (
    in S num
    )
    if (
    isNumeric!S
    )
  4. this()
  5. this(godot_string strname)
  6. this(S str)

Meta