RCXString.opBinaryRight

Returns the concatenation of s with this.

struct RCXString(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
pure nothrow const
opBinaryRight
(
string s = "~"
)
(
const(E)[] s
)

Meta