cf
Data.
__radd__
The binary arithmetic operation + with reflected operands
+
x.__radd__(y) <==> y+x
cf.Data.__mod__
cf.Data.__rsub__