Bitwise Operations
Bitwise operation functions allow you to perform binary arithmetic and logical operations on integer values. These functions are useful for working with flags, masks, and other binary data manipulations in your data transformations.
Common use cases include setting flags, creating bitmasks, and performing low-level data operations that require precise control over individual bits.