Can someone explain what is the operator &= for?
&=
I searched, but I got only results with & or =.
&
=
a &= b is equivalent to a = a & b
a &= b
a = a & b