Skip to main content

jit_hof_array_push

Function jit_hof_array_push 

Source
#[unsafe(no_mangle)]
pub extern "C" fn jit_hof_array_push( array_bits: u64, value_bits: u64, ) -> u64
Expand description

Push a single element into an in-place array (used by HOF inlining loops). Mutates the JitArray, returns the same boxed array bits. Identical to jit_array_push_local but with a different name for clarity.