bitwise
Functions
and
fn(x: Int, y: Int) -> Int
or
fn(x: Int, y: Int) -> Int
shift_left
fn(value: Int, shift: Int) -> Int
shift_right
fn(value: Int, shift: Int) -> Int
shift_right_unsigned
fn(value: Int, shift: Int) -> Int
xor
fn(x: Int, y: Int) -> Int