Quat.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
struct Quat(T)
inout
opBinary
(
string op
T
)
(
inout T b
)
if (
__traits(compiles, opBinaryImpl!op(this, b))
)

Meta