godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
String.this
godot
core
string
String
wchar_t constructor. S can be a slice or a null-terminated pointer.
this
(godot_string str)
this
(S str)
struct
String
@
nogc
nothrow
this
(
S
)
(
in
S
str
)
if
(
isImplicitlyConvertible
!(
S
,
const
(
wchar_t
)[]) ||
isImplicitlyConvertible
!(
S
,
const
(
wchar_t
)*)
)
this
(S str)
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
wchar_t constructor. S can be a slice or a null-terminated pointer.