Rational.opBinaryRight

operator

struct Rational(T)
const
opBinaryRight
(
string op
U
)
(
in U v
)
if (
isLikeInt!U
&&
!find(["+", "-", "*", "/", "%"], op).empty
)
if (
isLikeInt!T &&
!isFloatingPoint!T
)

Meta