cf.FieldList.__rlshift__

FieldList.__rlshift__(y)[source]

The binary bitwise operation << with reflected operands

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