Arrays of Bitmask Integers

Bytes and Integers are bitmasks. Do bitwise operations on them.

For Eg:
3735931646 DEC = 0xDEADCAFE = 11011110101011011100101011111110 b

Then you use bitwise nodes:

1 Like