patch_seq_eq

Function patch_seq_eq 

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

Integer equality: =

Returns 1 if equal, 0 if not (Forth-style boolean) Stack effect: ( a b – flag )

§Safety

Stack must have two Int values on top