godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
String.this
godot
core
string
String
UTF-8 constructor. S can be a slice (like
string
) or a null-terminated pointer.
this
(godot_string str)
this
(S str)
this
(S str)
struct
String
@
nogc
nothrow
this
(
S
)
(
in
S
str
)
if
(
isImplicitlyConvertible
!(
S
,
const
(
char
)[]) ||
isImplicitlyConvertible
!(
S
,
const
(
char
)*)
)
Meta
Source
See Implementation
godot
core
string
String
aliases
toString
constructors
this
destructors
~this
functions
data
empty
format
length
opAssign
opBinary
opCmp
opEquals
opIndex
opOpAssign
ptr
toHash
utf8
postblits
this(this)
variables
_godot_string
UTF-8 constructor. S can be a slice (like string) or a null-terminated pointer.