cf
FieldList.
__iand__
The augmented bitwise assignment &=
&=
x.__iand__(y) <==> x&=y
cf.FieldList.__rrshift__
cf.FieldList.__ior__