patch_seq_test_assert_eq_str

Function patch_seq_test_assert_eq_str 

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

Assert that two strings are equal

Stack effect: ( expected actual – )

Records failure if strings differ, records pass otherwise.

§Safety

Stack must have two Strings on top