Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Kotlin での書き方:
flags |= newFlag
私が見つけたのは次のとおりです。
flags = flags or newFlag
bitwise or代入のあるビルトイン演算子はありますか?
bitwise or
Kotlin には (まだ)組み込みのビットごとの OR 代入演算子はありません。