patch_seq_test_assert_eq

Function patch_seq_test_assert_eq 

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

Assert that two integers are equal

Stack effect: ( expected actual – )

Records failure if values differ, records pass otherwise.

§Safety

Stack must have two Ints on top