MpQ.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
struct MpQ
pure nothrow pragma(inline, true) @nogc const @trusted
opBinary
(
string s
)
(
auto ref const MpQ rhs
)
if (
(
s == "+" ||
s == "-"
||
s == "*"
||
s == "/"
)
)

Meta