MongoDB Query Language (MQL) Bitwise Update Operators
Bitwise update operators modify numeric fields using bitwise operations during document updates. These operators enable you to perform bit-level manipulations such as setting, clearing, or toggling specific bits in integer fields without affecting other bits.