patch_seq_test_assert_not

Function patch_seq_test_assert_not 

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

Assert that a value is falsy (zero)

Stack effect: ( Int – )

Records failure if value is non-zero, records pass otherwise.

§Safety

Stack must have an Int on top