#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_not(stack: Stack) -> StackExpand 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