FixedPoint.opBinary

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

Meta