cf
FieldList.
__rlshift__
The binary bitwise operation << with reflected operands
<<
x.__rlshift__(y) <==> y<<x
cf.FieldList.__rxor__
cf.FieldList.__rrshift__