cf.Field.__rxor__

Field.__rxor__(other)[source]

The binary bitwise operation ^ with reflected operands

x.__rxor__(y) <==> y^x

Previous topic

cf.Field.__ror__

Next topic

cf.Field.__rlshift__

This Page