godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
String._String
godot
string
String
Undocumented in source.
struct
String
package package(godot)
union
_String {
godot_string
_godot_string
;
void
*
s
;
}
Members
Variables
_godot_string
godot_string
_godot_string
;
Undocumented in source.
s
void
*
s
;
Undocumented in source.
Meta
Source
See Implementation
godot
string
String
aliases
toString
constructors
this
destructors
~this
functions
_bind
_defaultCtor
data
empty
format
length
opAssign
opBinary
opCmp
opEquals
opIndex
opOpAssign
ptr
toHash
utf8
unions
_String
variables
_string