patch_seq_bnot

Function patch_seq_bnot 

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

Bitwise NOT (one’s complement)

Stack effect: ( a – !a )

§Safety

Stack must have one Int value on top