Skip to main content

patch_seq_gte

Function patch_seq_gte 

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

Greater than or equal: >=

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

§Safety

Stack must have two Int values on top