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