String.this

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

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

Meta