cf.FieldList.__rlshift__

FieldList.__rlshift__(y)

The binary bitwise operation << with reflected operands

x.__rlshift__(y) <==> y<<x