godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
StringName.this
godot
stringname
StringName
Numeric constructor. S can be a built-in numeric type.
this
(String s)
this
(string s)
this
(S num)
struct
StringName
this
(
S
)
(
in
S
num
)
if
(
isNumeric
!
S
)
this
()
this
(godot_string strname)
this
(S str)
Meta
Source
See Implementation
godot
stringname
StringName
constructors
this
destructors
~this
functions
_defaultCtor
data
empty
length
opAssign
opCast
opEquals
ptr
toHash
postblits
this(this)
static functions
makeEmpty
unions
_StringName
variables
_stringName
Numeric constructor. S can be a built-in numeric type.