phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
RCXString.opOpAssign
nxt
rcstring
RCXString
Appends
s
to
this
.
void
opOpAssign
(const(ME)[] s)
struct
RCXString
(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
pure nothrow private public
void
opOpAssign
(
string
s
: "~"
)
(
const
(
ME
)[]
s
)
void
opOpAssign
(RCXString s)
Meta
Source
See Implementation
nxt
rcstring
RCXString
aliases
opDollar
constructors
this
destructors
~this
functions
back
capacity
empty
front
length
opAssign
opBinary
opBinaryRight
opEquals
opIndex
opOpAssign
opSlice
popBack
popFront
ptr
reserve
toArray
manifest constants
maxSmallLength
postblits
this(this)
Appends s to this.