patch_seq_not

Function patch_seq_not 

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

Logical NOT operation

Stack effect: ( a – result ) where 0 is false, non-zero is true Returns 1 if false (0), 0 otherwise

§Safety

Stack must have at least one Int value