dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
String.ptr
dplug
core
string
String
Pointer to first character in the string, or
null
.
struct
String
nothrow @
nogc
inout return
inout
(
char
)*
ptr
(
)
Meta
Source
See Implementation
dplug
core
string
String
constructors
this
destructors
~this
functions
appendZeroTerminatedString
asSlice
length
makeEmpty
opAssign
opEquals
opOpAssign
opSlice
ptr
postblits
this(this)
Pointer to first character in the string, or null.