phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
RCXString.opBinaryRight
nxt
rcstring
RCXString
Returns the concatenation of
s
with
this
.
struct
RCXString
(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
pure nothrow const
RCXString
opBinaryRight
(
string
s
= "~"
)
(
const
(
E
)[]
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)
Returns the concatenation of s with this.