phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
RCXString.opOpAssign
nxt
rcstring
RCXString
Appends
s
to
this
.
void
opOpAssign
(const(ME)[] s)
void
opOpAssign
(RCXString s)
struct
RCXString
(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
pure nothrow
void
opOpAssign
(
string
s
: "~"
)
(
const
auto
ref
RCXString
s
)
Meta
Source
See Implementation
nxt
rcstring
RCXString
aliases
opDollar
constructors
this
functions
back
capacity
empty
front
length
opBinary
opBinaryRight
opIndex
opOpAssign
opSlice
popBack
popFront
toArray
Appends s to this.