StringImpl.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
struct StringImpl(T, Handler, size_t SmallSize = 16)
@trusted
typeof(this)
opBinary
(
string op
S
)
()
if (
(
is(S == Unqual!(typeof(this))) ||
is(S == immutable(T)[])
)
&&
op == "~"
)

Meta