Bitsets Functions
Overview of built-in functions in the Bitsets group
AndBit Bitwise AND operation of two numbers or arrays AndBitX Returns bitwise AND operation of two lists as a table Embed Check if a bit is set Excl Clears a bit Incl Set a bit Not Bitwise negation OrBit Bitwise OR operation of two numbers or arrays OrBitX Returns a bitwise OR opertation of two lists as a table Shl Moves bits to the left Shr Moves bits to the right XorBit Bitwise exclusive OR operation of two numbers or arrays XorBitX Returns a bitwise exclusive OR operation of two lists as a table