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