godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
String.this
godot
string
String
UTF-8 constructor. S can be a slice (like
string
) or a null-terminated pointer.
this
(StringName n)
this
(godot_string str)
this
(S num)
this
(S str)
this
(S str)
struct
String
this
(
S
)
(
in
S
str
)
if
(
isImplicitlyConvertible
!(
S
,
const
(
char
)[]) ||
isImplicitlyConvertible
!(
S
,
const
(
char
)*)
)
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
UTF-8 constructor. S can be a slice (like string) or a null-terminated pointer.