nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StringImpl.opOpAssign
nulib
string
StringImpl
Appends a string to this string.
void
opOpAssign
(inout(U) value)
void
opOpAssign
(U other)
struct
StringImpl
(T)
@
nogc
@
trusted
void
opOpAssign
(
string
op
U
)
(
auto
ref
U
other
)
if
(
op
== "~" &&
isSomeString
!
U
)
if
(
isSomeChar
!
T
)
Meta
Source
See Implementation
nulib
string
StringImpl
aliases
CharType
toCString
toDString
constructors
this
destructors
~this
functions
clear
flipEndian
opAssign
opBinary
opBinaryRight
opOpAssign
opPostMove
resize
reverse
take
properties
empty
length
ptr
realLength
usage
value
Appends a string to this string.