StringImpl.opBinaryRight

Makes a nstring prepended to this string.

struct StringImpl(T)
@nogc inout
opBinaryRight
(
string op
R
)
(
auto ref inout R lhs
)
if (
op == "~"
)

Meta