cf
Data.
__rmul__
The binary arithmetic operation * with reflected operands
*
x.__rmul__(y) <==> y*x
cf.Data.__rsub__
cf.Data.__rdiv__