patch_seq_bor

Function patch_seq_bor 

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

Bitwise OR

Stack effect: ( a b – a|b )

§Safety

Stack must have two Int values on top