StringImpl.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
struct StringImpl(Char, Allocator)
typeof(this)
opBinary
(
string op
S
)
(
auto ref S other
)
if (
(
is(S == Unqual!(typeof(this))) ||
is(S : const Char[])
)
&&
op == "~"
)
if (
is(Char == Unqual!Char) &&
isSomeChar!Char
)

Meta