patch_seq_test_assert

Function patch_seq_test_assert 

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

Assert that a value is truthy (non-zero)

Stack effect: ( Int – )

Records failure if value is 0, records pass otherwise.

§Safety

Stack must have an Int on top