Roh*_*ain 5

这是复合赋值运算符,相当于:

k = (boolean)(k & m);
Run Code Online (Sandbox Code Playgroud)

  • @AbdulAhmad`&`运算符做什么? (2认同)