dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
String.opOpAssign
dplug
core
string
String
Append a characters to the string.
void
opOpAssign
(char x)
void
opOpAssign
(const(char)[] str)
struct
String
nothrow @
nogc
void
opOpAssign
(
string
op
)
(
const
(
char
)[]
str
)
if
(
op
== "~"
)
void
opOpAssign
(const(String) str)
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)
Append a characters to the string.