patch_seq_push_bool

Function patch_seq_push_bool 

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

Push a boolean literal onto the stack (for compiler-generated code)

Stack effect: ( – bool )

§Safety

Always safe to call