patch_seq_push_int

Function patch_seq_push_int 

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

Push an integer literal onto the stack (for compiler-generated code)

Stack effect: ( – n )

§Safety

Always safe to call