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