patch_seq_bxor

Function patch_seq_bxor 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_bxor(stack: Stack) -> Stack
Expand description

Bitwise XOR

Stack effect: ( a b – a^b )

§Safety

Stack must have two Int values on top