The Java tutorials here mention that &= is an assignment operator but doesn't seem to mention what it does.
What does &= do?
|
is equivalent to
which in turn is a
There are several other binary operators which can be used with similar semantics, like |
|||||
|