bit_insert
Inserts val into n at bit positions [low, high] inclusive.
RichnouLang by functions names.
Inserts val into n at bit positions [low, high] inclusive.
Creates a bitmask with bits set in the range [low, high] inclusive.
Returns the bitwise NOT of n, masked to the minimal bit width needed to represent n, or specified width.
Returns the bitwise OR of two numbers.
Returns 1 if n has an odd number of set bits, 0 otherwise.
Set the bit at position pos of the number n to val (0 or 1).
Shifts bits left or right with specified mode, width, and output format.
Returns the bitwise XOR of two numbers.
Counts leading or trailing zero bits in n within specified width.
Combine, merge 2 polygons (must have common part). The order of fg/bg is irrelevant.