Skip to main content

patch_seq_neq

Function patch_seq_neq 

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

Not equal: <>

Returns Bool (true if a != b, false otherwise) Stack effect: ( a b – Bool )

§Safety

Stack must have two Int values on top