#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_push_bool(
stack: Stack,
value: bool,
) -> StackExpand description
Push a boolean literal onto the stack (for compiler-generated code)
Stack effect: ( – bool )
§Safety
Always safe to call