Quaternion.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
struct Quaternion(T)
@nogc pure const nothrow
opBinary
(
string op
U
)
if (
is(U : Quaternion) ||
(isConvertible!U)
)

Meta